Module Name:    src
Committed By:   pgoyette
Date:           Mon Nov 26 12:42:48 UTC 2018

Modified Files:
        src/sys/modules/compat_linux32 [pgoyette-compat]: Makefile

Log Message:
One more - we also need the libnv for compat_linux32 module


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.52.1 src/sys/modules/compat_linux32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat_linux32/Makefile
diff -u src/sys/modules/compat_linux32/Makefile:1.7 src/sys/modules/compat_linux32/Makefile:1.7.52.1
--- src/sys/modules/compat_linux32/Makefile:1.7	Tue Aug  2 17:22:51 2011
+++ src/sys/modules/compat_linux32/Makefile	Mon Nov 26 12:42:48 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2011/08/02 17:22:51 joerg Exp $
+#	$NetBSD: Makefile,v 1.7.52.1 2018/11/26 12:42:48 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -7,6 +7,7 @@ KMOD=	compat_linux32
 
 CPPFLAGS+=	-DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_LINUX
 CPPFLAGS+=	-DCOMPAT_LINUX32 -DCOMPAT_NETBSD32
+CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
 
 .PATH:	${S}/compat/linux32/common
 SRCS+=	linux32_dirent.c linux32_exec.c linux32_exec_elf32.c linux32_fcntl.c

Reply via email to