]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/dnsmasq
Zwischencommit fuer LFS.
[people/pmueller/ipfire-2.x.git] / lfs / dnsmasq
index 77cc4318a622faa76dd332567280ee8955d0652c..d831063865f57270dc0944cf42e9703033d15b82 100644 (file)
@@ -75,7 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        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) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && PREFIX=/usr make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)