mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
1843. [cleanup] CINCLUDES takes precedence over CFLAGS. This helps
when CFLAGS contains "-I /usr/local/include" resulting in old header files being used.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -1,4 +1,8 @@
|
|||||||
1841. [port] cmsg_len() could produce incorrect results on
|
1843. [cleanup] CINCLUDES takes precedence over CFLAGS. This helps
|
||||||
|
when CFLAGS contains "-I /usr/local/include"
|
||||||
|
resulting in old header files being used.
|
||||||
|
|
||||||
|
1842. [port] cmsg_len() could produce incorrect results on
|
||||||
some platform. [RT #13744]
|
some platform. [RT #13744]
|
||||||
|
|
||||||
1841. [placeholder] rt13694
|
1841. [placeholder] rt13694
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: rules.in,v 1.48 2004/07/20 07:13:43 marka Exp $
|
# $Id: rules.in,v 1.49 2005/03/30 06:07:33 marka Exp $
|
||||||
|
|
||||||
###
|
###
|
||||||
### Common Makefile rules for BIND 9.
|
### Common Makefile rules for BIND 9.
|
||||||
@@ -112,8 +112,7 @@ ALL_CPPFLAGS = \
|
|||||||
${ALWAYS_INCLUDES} ${CINCLUDES} ${STD_CINCLUDES} \
|
${ALWAYS_INCLUDES} ${CINCLUDES} ${STD_CINCLUDES} \
|
||||||
${ALWAYS_DEFINES} ${CDEFINES} ${STD_CDEFINES}
|
${ALWAYS_DEFINES} ${CDEFINES} ${STD_CDEFINES}
|
||||||
|
|
||||||
ALL_CFLAGS = ${EXT_CFLAGS} ${CFLAGS} \
|
ALL_CFLAGS = ${EXT_CFLAGS} ${ALL_CPPFLAGS} ${CFLAGS} \
|
||||||
${ALL_CPPFLAGS} \
|
|
||||||
${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
|
${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
|
||||||
|
|
||||||
.c.@O@:
|
.c.@O@:
|
||||||
|
Reference in New Issue
Block a user