MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web References: Content-Type: text/plain; charset="utf-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 783 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).