summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-12-17 10:15:00 -0500
committerThomas Markwalder <tmark@isc.org>2018-12-17 10:15:00 -0500
commit4c755efe245809b40787beb607e49a1beee78ead (patch)
treefa62ee37bd190a319f255dbbe31c956a30bfeaf4
parent85ef0d90e2ab5eee758242d5a094c1d12ce24576 (diff)
downloadisc-dhcp-4c755efe245809b40787beb607e49a1beee78ead.tar.gz
[48575] Disable default python option in BIND9 build
util/Makefile.bind.in BIND9 v9_11 recently changed default build config to require python for building a key tool. Added --without-python switch to BIND9 configure
-rw-r--r--util/Makefile.bind.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in
index 36ff48ef..107ce159 100644
--- a/util/Makefile.bind.in
+++ b/util/Makefile.bind.in
@@ -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