From: Arne Fitzenreiter Date: Thu, 9 Apr 2009 12:28:32 +0000 (+0200) Subject: Fix dnsmasq IPV6 disabling X-Git-Tag: v2.5-beta1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=216a898de75b3f4570318125d6ff308049b75faa;p=people%2Fms%2Fipfire-2.x.git Fix dnsmasq IPV6 disabling --- diff --git a/lfs/dnsmasq b/lfs/dnsmasq index e3b710115e..4429117dd6 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -72,9 +72,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i -e 's|/usr/local|/usr|g' Makefile cd $(DIR_APP)/src && sed -i \ - -e 's|^\/\* #define HAVE_ISC_READER .*$$|#define HAVE_ISC_READER\n#define NO_IPV6|' \ -e 's/^#define CHUSER .*$$/#define CHUSER "dnsmasq"/' config.h - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && COPTS="-DNO_IPV6" make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)