]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcp: Fix extracting bundled BIND package
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Apr 2017 11:52:10 +0000 (12:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Apr 2017 11:52:10 +0000 (12:52 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcp

index 9a89d40bf0aa34d60e67be124e2b016292c53516..4c613a7d8b624be215e237fab9197d3240b60406 100644 (file)
--- a/lfs/dhcp
+++ b/lfs/dhcp
@@ -99,10 +99,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-gpxe-cid.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-stateless-DUID-LLT.patch
 
-       # Remove bundled BIND stuff.
-       # (requires newer autoconf)
-       #rm -rfv $(DIR_APP)/bind/bind.tar.gz
-       #cd $(DIR_APP) && autoreconf --verbose --force --install
+       # Help unpacking bundled BIND
+       cd $(DIR_APP) && sed -e "s/gunzip -c/&d/" -i bind/Makefile
 
        cd $(DIR_APP) && \
                ./configure \