Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/bind/lib Add CPPFLAGS so this can be cross compiled.



details:   https://anonhg.NetBSD.org/src/rev/866406a0b7c7
branches:  trunk
changeset: 479887:866406a0b7c7
user:      garbled <garbled%NetBSD.org@localhost>
date:      Fri Dec 24 19:12:38 1999 +0000

description:
Add CPPFLAGS so this can be cross compiled.

diffstat:

 usr.sbin/bind/lib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7a21dbd7cf23 -r 866406a0b7c7 usr.sbin/bind/lib/Makefile
--- a/usr.sbin/bind/lib/Makefile        Fri Dec 24 19:11:25 1999 +0000
+++ b/usr.sbin/bind/lib/Makefile        Fri Dec 24 19:12:38 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1999/11/30 18:28:16 sommerfeld Exp $
+#      $NetBSD: Makefile,v 1.7 1999/12/24 19:12:38 garbled Exp $
 
 LIB=bind
 
@@ -41,7 +41,8 @@
 libinstall::
 
 port_ipv6.h:
-       env CC="${CC}" /bin/sh ${BIND_DIST_DIR}/bin/probe_ipv6
+       env CC="${CC}" CPPFLAGS="${CPPFLAGS}" /bin/sh \
+       ${BIND_DIST_DIR}/bin/probe_ipv6
 
 CLEANFILES+=port_ipv6.h
 



Home | Main Index | Thread Index | Old Index