X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/af136d922a3bd9b36fb8dec5e4a2808324c6bf30..985455efb46732122e13bd77da4faacd24310be6:/openwrt/package/socat/Makefile diff --git a/openwrt/package/socat/Makefile b/openwrt/package/socat/Makefile index 791b71f61..034a6186a 100644 --- a/openwrt/package/socat/Makefile +++ b/openwrt/package/socat/Makefile @@ -24,6 +24,7 @@ $(PKG_BUILD_DIR)/.configured: CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ + sc_cv_termios_ispeed="no" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -59,7 +60,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_SOCAT): install -d -m0755 $(IDIR_SOCAT)/usr/bin - cp -fpR $(PKG_INSTALL_DIR)/usr/bin/socat $(IDIR_SOCAT)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/socat $(IDIR_SOCAT)/usr/bin/ $(RSTRIP) $(IDIR_SOCAT) $(IPKG_BUILD) $(IDIR_SOCAT) $(PACKAGE_DIR)