diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 16:00:26 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 16:00:26 +0000 |
| commit | f8ca9f15da38c3137b16f0a0b9c800d2d3fa9990 (patch) | |
| tree | 98c17cf048c6d67a0105bf1112c69e658a773b62 | |
| parent | 6c00c88db51edf5638a30645247f9a33652dd730 (diff) | |
| download | upstream-f8ca9f15da38c3137b16f0a0b9c800d2d3fa9990.tar.gz upstream-f8ca9f15da38c3137b16f0a0b9c800d2d3fa9990.tar.bz2 upstream-f8ca9f15da38c3137b16f0a0b9c800d2d3fa9990.zip | |
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 791b71f610f..968d35e3e8c 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) \ |
