mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 17:02:58 +02:00
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:
6
lfs/dhcp
6
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 \
|
||||
|
||||
Reference in New Issue
Block a user