From eef154f9700c1dd826735902e2e228d99a5e96cc Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 8 Oct 2005 16:00:26 +0000 Subject: 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 --- package/socat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package') 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) \ -- cgit v1.2.3