]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Avoid Bind9 python dependency
authorThomas Markwalder <tmark@isc.org>
Tue, 19 Mar 2019 12:36:50 +0000 (08:36 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 19 Mar 2019 12:36:50 +0000 (08:36 -0400)
    merges [#3,!1] Avoid Bind9 python dependency

configure.ac
util/Makefile.bind.in
util/bind.sh

index a797438569f35baba3f68e578a031e8bbcce894a..6ed9a948d9423bcb434b81b04e0f74b6d0e24efb 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.2-dev],[dhcp-users@isc.org])
 
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
index 36ff48efd425344665f3c84ba1e0f908473ea006..107ce159bb6e39d73465e8d02aea1f7b6fbdb82b 100644 (file)
@@ -23,7 +23,7 @@ exec_prefix = @exec_prefix@
 
 bindconfig = --without-openssl --without-libxml2 --without-libjson \
        --without-gssapi --disable-threads --without-lmdb \
-       --includedir=@includedir@ --libdir=@libdir@ \
+       --includedir=@includedir@ --libdir=@libdir@  --without-python\
        @BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report
 
 @BIND_ATF_FALSE@cleandirs = ./lib ./include
index 180fef4ad00f75b2ead8a8dca95bf95e53fa44af..9d555bff094925f4edca48692a678045e451f6e7 100644 (file)
@@ -73,6 +73,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.4.2-dev) noSNAP=snapshot BINDTAG=v9_11 ;;
        4.4.1) noSNAP=snapshot BINDTAG=v9_11_2_P1 ;;
        4.4.0) noSNAP=snapshot BINDTAG=v9_11_2_P1 ;;
        4.4.0b1) noSNAP=snapshot BINDTAG=v9_11_2 ;;