]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/dnsmasq
openvpnctrl: Fixes and improvements.
[people/teissler/ipfire-2.x.git] / lfs / dnsmasq
index e3b710115e5ffcf5eafc1ecf306d157185560cee..29fb9b38dfc3c7b10f9054b451226c4a4d4c3a5d 100644 (file)
@@ -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