X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fbind;h=b0a513c5f3017797ca56b68e90af7b0c2ef3eaf8;hp=35f76443e45947c9483591eeac4fd4587f765506;hb=38d19a50a0aabcf4aeac09e283b8881e56b12eea;hpb=302dba205bf58b3def6163b85b4decfce4538fac diff --git a/lfs/bind b/lfs/bind index 35f76443e4..b0a513c5f3 100644 --- a/lfs/bind +++ b/lfs/bind @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,7 +25,7 @@ include Config -VER = 9.11.3 +VER = 9.11.6-P1 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4ed2a3f235595eadbd763b7ecb687ca0 +$(DL_FILE)_MD5 = 8294f1a86f57a331379717d714e840e3 install : $(TARGET) @@ -76,16 +76,17 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && STD_CDEFINES="$(CPPFLAGS)" \ ./configure \ --prefix=/usr \ - --disable-static \ - --disable-openssl-version-check - cd $(DIR_APP) && make -C lib/dns - cd $(DIR_APP) && make -C lib/isc - cd $(DIR_APP) && make -C lib/bind9 - cd $(DIR_APP) && make -C lib/isccfg - cd $(DIR_APP) && make -C lib/lwres - cd $(DIR_APP) && make -C bin/dig + --enable-threads \ + --with-libtool \ + --without-python \ + --disable-static + cd $(DIR_APP) && make -C lib/isc install + cd $(DIR_APP) && make -C lib/dns install + cd $(DIR_APP) && make -C lib/isccc install + cd $(DIR_APP) && make -C lib/isccfg install + cd $(DIR_APP) && make -C lib/bind9 install + cd $(DIR_APP) && make -C lib/lwres install cd $(DIR_APP) && make -C bin/dig install - cd $(DIR_APP) && make -C bin/nsupdate cd $(DIR_APP) && make -C bin/nsupdate install install -v -m 644 $(DIR_SRC)/config/bind/trusted-key.key \