diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 16:00:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 16:00:26 +0000 |
commit | 4c348d0bbac4bab24c986fa894a349dd09fe1d95 (patch) | |
tree | 98c17cf048c6d67a0105bf1112c69e658a773b62 | |
parent | 746efe0663bfbcf6c6ab31ce31f955cf2d9e3d35 (diff) | |
download | mtk-20170518-4c348d0bbac4bab24c986fa894a349dd09fe1d95.zip mtk-20170518-4c348d0bbac4bab24c986fa894a349dd09fe1d95.tar.gz mtk-20170518-4c348d0bbac4bab24c986fa894a349dd09fe1d95.tar.bz2 |
fix building when host and target systems are same arch
SVN-Revision: 2078
-rw-r--r-- | openwrt/package/socat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/socat/Makefile b/openwrt/package/socat/Makefile index 791b71f..968d35e 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) \ |