X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fbind;h=022335882214bdb54cee2868de4283f032c4c6e6;hp=91622d826b8239578cebe8ce5ac7f6481799fe08;hb=b3cc5fbdb9f800b809c3bcd2f1d72fdd5c2b7e62;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/bind b/lfs/bind index 91622d826..022335882 100644 --- a/lfs/bind +++ b/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)