]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Revert "Fix dnsmasq IPV6 disabling"
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 15 Oct 2009 13:56:15 +0000 (15:56 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 15 Oct 2009 13:56:15 +0000 (15:56 +0200)
This reverts commit 216a898de75b3f4570318125d6ff308049b75faa.

This is not needed for dnsmasq 2.45

lfs/dnsmasq

index 4429117dd6e26a186ca6f702da78bdd91484b7a0..e3b710115e5ffcf5eafc1ecf306d157185560cee 100644 (file)
@@ -72,8 +72,9 @@ $(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) && COPTS="-DNO_IPV6" make $(MAKETUNING)
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)