]> git.ipfire.org Git - people/jschlag/ipfire-2.x.git/commitdiff
fix problem with libvirt
authorJonatan Schlag <jonatan@familyschlag.de>
Fri, 18 Mar 2016 14:51:13 +0000 (15:51 +0100)
committerJonatan Schlag <jonatan@familyschlag.de>
Fri, 18 Mar 2016 14:51:13 +0000 (15:51 +0100)
lfs/dnsmasq

index 2f9eb824a654be8efadcfef68ee9b566046556bd..29b51043c666f36c0c919b39bcfb987e26b925b8 100644 (file)
@@ -83,12 +83,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && sed -i src/config.h \
                -e 's|/\* #define HAVE_IDN \*/|#define HAVE_IDN|g' \
                -e 's|/\* #define HAVE_DNSSEC \*/|#define HAVE_DNSSEC|g' \
-               -e 's|#define HAVE_DHCP|//#define HAVE_DHCP|g' \
+               -e 's|#define HAVE_DHCP|#define HAVE_DHCP|g' \
                -e 's|#define HAVE_DHCP6|//#define HAVE_DHCP6|g' \
-               -e 's|#define HAVE_TFTP|//#define HAVE_TFTP|g'
-               #enable scripting
-               -e 's|/\* #define HAVE_SCRIPT \*/|#define HAVE_SCRIPT|g' \
-
+               -e 's|#define HAVE_TFTP|#define HAVE_TFTP|g' \
+               -e 's|/\* #define HAVE_SCRIPT \*/|#define HAVE_SCRIPT|g'
        cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" COPTS="$(COPTS)" \
                PREFIX=/usr all install
        @rm -rf $(DIR_APP)