diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 16:00:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 16:00:26 +0000 |
commit | e376122918a08011293943f53063c45b04d3f501 (patch) | |
tree | 3fd2030097f9e81d29fe737bacd7462b17d52636 /package/socat/Makefile | |
parent | bf8e761c8ab54ac60de556c07179381ecb915259 (diff) |
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/socat/Makefile')
-rw-r--r-- | package/socat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/socat/Makefile b/package/socat/Makefile index 791b71f61..968d35e3e 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) \ |