Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules/compat_linux32 One more - we also need...



details:   https://anonhg.NetBSD.org/src/rev/2f9145ccd943
branches:  pgoyette-compat
changeset: 446183:2f9145ccd943
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Nov 26 12:42:48 2018 +0000

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

diffstat:

 sys/modules/compat_linux32/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9310267ef28d -r 2f9145ccd943 sys/modules/compat_linux32/Makefile
--- a/sys/modules/compat_linux32/Makefile       Mon Nov 26 12:36:15 2018 +0000
+++ b/sys/modules/compat_linux32/Makefile       Mon Nov 26 12:42:48 2018 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index