projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f9811
)
tools/m4: bypass a time consuming configure test
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:28 +0000
(14:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:28 +0000
(14:17 +0000)
SVN-Revision: 33427
tools/m4/Makefile
patch
|
blob
|
history
diff --git
a/tools/m4/Makefile
b/tools/m4/Makefile
index fa7ed79d12792dbf0e52969fc2861b478596af1d..080eb5d99c1a4b5a3e13230cf874b238acb40fec 100644
(file)
--- a/
tools/m4/Makefile
+++ b/
tools/m4/Makefile
@@
-18,6
+18,8
@@
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_VARS += gl_cv_func_strstr_linear=no
+
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
define Host/Clean