mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Added missung nsupdate to core29, rearanged corefile
This commit is contained in:
4
lfs/bind
4
lfs/bind
@@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls --disable-ipv6
|
||||
cd $(DIR_APP) && make -C lib/dns
|
||||
cd $(DIR_APP) && make -C lib/isc
|
||||
cd $(DIR_APP) && make -C lib/bind9
|
||||
@@ -79,5 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make -C lib/lwres
|
||||
cd $(DIR_APP) && make -C bin/dig
|
||||
cd $(DIR_APP) && make -C bin/dig install
|
||||
cd $(DIR_APP) && make -C bin/nsupdate
|
||||
cd $(DIR_APP) && make -C bin/nsupdate install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user