X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fdnsmasq;h=d831063865f57270dc0944cf42e9703033d15b82;hp=77cc4318a622faa76dd332567280ee8955d0652c;hb=c8ead4a543859582497e107173c650cec4203d4f;hpb=411afd1f4b028dc0b6434a737dc62104577ce442 diff --git a/lfs/dnsmasq b/lfs/dnsmasq index 77cc4318a6..d831063865 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -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)