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

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
4.4.0
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
DHCP Infrastructure
Area:
feature

Dates
Created:Mon, 19 Sep 2016 06:27:49 -0400
Updated:Tue, 12 Dec 2017 07:38:32 -0500
Closed:Fri, 23 Sep 2016 08:45:30 -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.

Subject: use standard Makefile substitution in Makefile.bind
Currently Makefile.bind uses include's in place of autoconf substitutions. The idea is to read files in configure. A side effect should be to remove the GNU make requirement. This must be done before #39319 to get the bind version (and build directory) at configure time.
On Tue Sep 20 22:54:28 2016, fdupont wrote: > On Tue Sep 20 17:55:28 2016, tmark wrote: > > The only issue I found is that configure does not catch --with- > > libbind=<path> when path names a directory that doesn't exist. In > > that case, configure succeeds but the subsequent make will fail. > > => note it was the case before. But I think to check the existence > of include and lib directories at the given place is not a bad idea > even isc-config.sh (cf #23825) could provide a better solution. > For now, please modify the configure script fail if the directory doesn't exist. Just because it didn't do that before doesn't mean we shouldn't make it better. If it can later be improved upon when and if 23825 is done, that's fine. > > Everything else works fine. > > => BTW can you review #35143 and #20890 before? I'd like > to merge tickets in this order. Or do you prefer I play with links > in RT? Tickets reviewed. When one ticket depends on another it is a good idea to set the dependency links in RT.