dhcp: Update automake

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>
This commit is contained in:
Michael Tremer
2021-03-03 14:36:38 +00:00
parent 9126d83f97
commit 5051b2c48c

View File

@@ -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 \