From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH 2/3] dhcp: update lfs file after gzip update to fix build fail Date: Tue, 08 Mar 2016 11:09:32 +0100 Message-ID: <1457431773-6715-2-git-send-email-marcel.lorenz@ipfire.org> In-Reply-To: <1457431773-6715-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5638628358877345322==" List-Id: --===============5638628358877345322== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/dhcp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lfs/dhcp b/lfs/dhcp index 9a89d40..cec8628 100644 --- a/lfs/dhcp +++ b/lfs/dhcp @@ -99,17 +99,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-gpxe-cid.pat= ch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-stateless-DU= ID-LLT.patch =20 - # Remove bundled BIND stuff. - # (requires newer autoconf) - #rm -rfv $(DIR_APP)/bind/bind.tar.gz - #cd $(DIR_APP) && autoreconf --verbose --force --install - - cd $(DIR_APP) && \ - ./configure \ + cd $(DIR_APP)/bind && tar -axf bind.tar.gz + cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ --sysconfdir=3D/etc/dhcp \ --with-srv-lease-file=3D/var/state/dhcp/dhcpd.leases \ - --disable-static \ --enable-paranoia \ --enable-early-chroot \ --disable-dhcpv6 --=20 1.9.1 --===============5638628358877345322==--