Report information
The Basics
Id:
35143
Status:
resolved
Worked:
30 minutes
Users:
tmark: 20 minutes
chucka: 10 minutes
Priority:
Low/Low
Queue:

People
Requestors:
Cc:
AdminCc:

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

Dates
Created:Thu, 02 Jan 2014 15:21:53 -0500
Updated:Tue, 12 Dec 2017 07:38:33 -0500
Closed:Wed, 21 Sep 2016 09:43:31 -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: CFLAGS not passed to bind build (in DHCP)
Defined CFLAGS are not passed in environment to the ./bind/ configure. On one of my build systems I have a custom CFLAGS setting. Because not passed, the libraries built for the export lib are incompatible. Maybe also make sure that make parameters like -j 8 are passed as well.
On Thu Jan 02 20:21:53 2014, jreed wrote: > > Defined CFLAGS are not passed in environment to the ./bind/ configure. On > one of my build systems I have a custom CFLAGS setting. Because not passed, > the libraries built for the export lib are incompatible. => I am reconsidering this for 4.4.0. BTW do you want: - pass CFLAGS only - pass all configure arguments beginning with an upper case characters (so other *FLAGS, LIBS, CC, etc)? IMHO you want the second. > Maybe also make sure that make parameters like -j 8 are passed as well. => as I said it breaks bind9 builds but if you put it into MAKEFLAGS it will be passed down (:-)! PS: my idea is to pass down all items from $ac_configure_args matching to the proposed filter (i.e., \'[[A-Z]]* in the autoconf language).