X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fdnsmasq;h=29fb9b38dfc3c7b10f9054b451226c4a4d4c3a5d;hb=dcee88ba68ca5910bdef8b9e6f820dd8c003b2e0;hp=e3b710115e5ffcf5eafc1ecf306d157185560cee;hpb=d0bc65bd67e4e63b433eac418f0d65f55add863c;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/dnsmasq b/lfs/dnsmasq index e3b710115..29fb9b38d 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -24,7 +24,7 @@ include Config -VER = 2.47 +VER = 2.45 THISAPP = dnsmasq-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4524081e56d0b935717d493e8e8d3e11 +$(DL_FILE)_MD5 = b7956e15c9766e05b3eca3ce88fdb616 install : $(TARGET) @@ -73,6 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) 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 HAVE_TFTP *$$|//#define HAVE_TFTP|' \ -e 's/^#define CHUSER .*$$/#define CHUSER "dnsmasq"/' config.h cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install