Report information
The Basics
Id:
48575
Status:
resolved
Priority:
Low/Low
Queue:

BugTracker
Version Fixed:
4.4.2
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
4.4.2
Priority:
P0 Critical
Severity:
S0 Critical
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Thu, 29 Nov 2018 11:08:42 -0500
Updated:Tue, 19 Mar 2019 08:48:29 -0400
Closed:Tue, 19 Mar 2019 08:48:28 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

From: tmark@isc.org
Date: Thu, 29 Nov 2018 16:08:42 +0000
To: dhcp-confidential@isc.org
Subject: Avoid python dependency in bind9 build
We need to add the switch, --without-python, to our BIND9 Makefile. Apparently as of 9.11.5, it's now required by default. diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index 36ff48e..ba54002 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -24,6 +24,7 @@ exec_prefix = @exec_prefix@ bindconfig = --without-openssl --without-libxml2 --without-libjson \ --without-gssapi --disable-threads --without-lmdb \ --includedir=@includedir@ --libdir=@libdir@ \ + --without-python \ @BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report @BIND_ATF_FALSE@cleandirs = ./lib ./include