Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib/libsys_linux Build with IPv6 support.



details:   https://anonhg.NetBSD.org/src/rev/cba8bcf1a95e
branches:  trunk
changeset: 326388:cba8bcf1a95e
user:      njoly <njoly%NetBSD.org@localhost>
date:      Tue Jan 28 10:54:45 2014 +0000

description:
Build with IPv6 support.

diffstat:

 sys/rump/kern/lib/libsys_linux/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1b2935ee9388 -r cba8bcf1a95e sys/rump/kern/lib/libsys_linux/Makefile
--- a/sys/rump/kern/lib/libsys_linux/Makefile   Tue Jan 28 02:54:02 2014 +0000
+++ b/sys/rump/kern/lib/libsys_linux/Makefile   Tue Jan 28 10:54:45 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2014/01/25 10:40:40 njoly Exp $
+#      $NetBSD: Makefile,v 1.5 2014/01/28 10:54:45 njoly Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../compat/linux/common
@@ -15,6 +15,7 @@
 
 # XXX
 CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
+CPPFLAGS+= -DINET6
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index