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 | e760b2a4b68d30dc3474ce4ade2dc7be6fe3ff2d (patch) | |
tree | 98c17cf048c6d67a0105bf1112c69e658a773b62 | |
parent | 4d124668cb9e1681ed83655a889132ba38dea019 (diff) |
fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2078 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 791b71f610..968d35e3e8 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) \ |