From: Nicolas Thill Date: Sat, 8 Oct 2005 16:00:26 +0000 (+0000) Subject: fix building when host and target systems are same arch X-Git-Tag: reboot~31920 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4c348d0bbac4bab24c986fa894a349dd09fe1d95;p=openwrt%2Fopenwrt.git fix building when host and target systems are same arch SVN-Revision: 2078 --- 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) \