diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:28 +0000 |
commit | 643f51cf903a0cbc7335bae93e99037bfbd2641a (patch) | |
tree | 82b2de700a9c91f32a4405b124335117b2afd358 /tools/m4 | |
parent | 17f981181413eeaceca2965ad54f453ad2399f3b (diff) | |
download | upstream-643f51cf903a0cbc7335bae93e99037bfbd2641a.tar.gz upstream-643f51cf903a0cbc7335bae93e99037bfbd2641a.tar.bz2 upstream-643f51cf903a0cbc7335bae93e99037bfbd2641a.zip |
tools/m4: bypass a time consuming configure test
SVN-Revision: 33427
Diffstat (limited to 'tools/m4')
-rw-r--r-- | tools/m4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile index fa7ed79d12..080eb5d99c 100644 --- 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 |