From: Michael Tremer Date: Thu, 6 Apr 2017 11:52:10 +0000 (+0100) Subject: dhcp: Fix extracting bundled BIND package X-Git-Tag: v2.19-core111~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4d7dc1ea473e655adf0b72c6c7bb9eea91b50aa;p=ipfire-2.x.git dhcp: Fix extracting bundled BIND package Signed-off-by: Michael Tremer --- diff --git a/lfs/dhcp b/lfs/dhcp index 9a89d40bf0..4c613a7d8b 100644 --- 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 \