]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcp: Update automake
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Mar 2021 14:36:38 +0000 (14:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Mar 2021 11:14:51 +0000 (11:14 +0000)
The bundles BIND package contains some outdated files as well which is
why I am extracting it first and then call UPDATE_AUTOMAKE.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcp

index 1637ab55307e586cc774599548ce5e84f8338a24..3ec49901a850603a72d33bc69901ce3ffc6ed4f3 100644 (file)
--- a/lfs/dhcp
+++ b/lfs/dhcp
@@ -73,8 +73,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       # Help unpacking bundled BIND
-       cd $(DIR_APP) && sed -e "s/gunzip -c/&d/" -i bind/Makefile.in
+       # Extract bundled BIND
+       cd $(DIR_APP)/bind && tar xvfa bind.tar.gz
+
+       $(UPDATE_AUTOMAKE)
 
        cd $(DIR_APP) && \
                ./configure \