projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c00c88
)
fix building when host and target systems are same arch
author
Nicolas Thill
<nico@openwrt.org>
Sat, 8 Oct 2005 16:00:26 +0000
(16:00 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 8 Oct 2005 16:00:26 +0000
(16:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2078
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/socat/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/socat/Makefile
b/openwrt/package/socat/Makefile
index
791b71f
..
968d35e
100644
(file)
--- 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) \