X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fdnsmasq;h=29fb9b38dfc3c7b10f9054b451226c4a4d4c3a5d;hp=26b5858a73f02850c54d1758b1730c9769d93540;hb=d0ff84a67542250eac49661ff97dfaf1c6181b1c;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/dnsmasq b/lfs/dnsmasq index 26b5858a7..29fb9b38d 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -24,7 +24,7 @@ include Config -VER = 2.33 +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 = 45696461b6e6bc929273b1191ca50447 +$(DL_FILE)_MD5 = b7956e15c9766e05b3eca3ce88fdb616 install : $(TARGET) @@ -70,10 +70,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @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 HAVE_TFTP *$$|//#define HAVE_TFTP|' \ -e 's/^#define CHUSER .*$$/#define CHUSER "dnsmasq"/' config.h cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && PREFIX=/usr make install + cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)