fix building when host and target systems are same arch
authorNicolas Thill <nico@openwrt.org>
Sat, 8 Oct 2005 16:00:26 +0000 (16:00 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 8 Oct 2005 16:00:26 +0000 (16:00 +0000)
SVN-Revision: 2078

openwrt/package/socat/Makefile

index 791b71f610f0bf65dd8d4de3a7952160955815fa..968d35e3e8c5bdbef51b6e4ffffb527174ebf910 100644 (file)
@@ -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) \