tools/m4: bypass a time consuming configure test
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Sep 2012 14:17:28 +0000 (14:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Sep 2012 14:17:28 +0000 (14:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33427 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/m4/Makefile

index fa7ed79..080eb5d 100644 (file)
@@ -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