2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

[master] Avoid Bind9 python dependency

merges [#3,!1] Avoid Bind9 python dependency
This commit is contained in:
Thomas Markwalder
2019-03-19 08:36:50 -04:00
parent 85ef0d90e2
commit cc35f84943
3 changed files with 3 additions and 2 deletions

View 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,

View 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

View 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 ;;