mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Revert "Fix dnsmasq IPV6 disabling"
This reverts commit 216a898de7.
This is not needed for dnsmasq 2.45
This commit is contained in:
@@ -72,8 +72,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
@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) && sed -i -e 's|/usr/local|/usr|g' Makefile
|
||||||
cd $(DIR_APP)/src && sed -i \
|
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
|
-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
|
cd $(DIR_APP) && make install
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user