From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:28 +0000 (+0000) Subject: tools/m4: bypass a time consuming configure test X-Git-Tag: reboot~12902 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=643f51cf903a0cbc7335bae93e99037bfbd2641a;ds=sidebyside tools/m4: bypass a time consuming configure test SVN-Revision: 33427 --- 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