aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-08 16:00:26 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-08 16:00:26 +0000
commiteef154f9700c1dd826735902e2e228d99a5e96cc (patch)
tree3fd2030097f9e81d29fe737bacd7462b17d52636 /package
parent990cba5ddeb0a8df888098c254eaa8faf28c72b1 (diff)
downloadmaster-187ad058-eef154f9700c1dd826735902e2e228d99a5e96cc.tar.gz
master-187ad058-eef154f9700c1dd826735902e2e228d99a5e96cc.tar.bz2
master-187ad058-eef154f9700c1dd826735902e2e228d99a5e96cc.zip
fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2078 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/socat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/socat/Makefile b/package/socat/Makefile
index 791b71f610..968d35e3e8 100644
--- a/package/socat/Makefile
+++ b/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) \