Page MenuHomeFreeBSD

D16187.diff
No OneTemporary

D16187.diff

Index: head/lib/libnv/Makefile
===================================================================
--- head/lib/libnv/Makefile
+++ head/lib/libnv/Makefile
@@ -17,9 +17,6 @@
SRCS+= nvlist.c
SRCS+= nvpair.c
-INCSDIR= ${INCLUDEDIR}/sys
-INCS= ${SRCTOP}/sys/sys/cnv.h ${SRCTOP}/sys/sys/nv.h
-
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
Index: head/tools/build/Makefile
===================================================================
--- head/tools/build/Makefile
+++ head/tools/build/Makefile
@@ -49,4 +49,7 @@
SUBDIR= cross-build
.endif
+# Needed to build config (since it uses libnv)
+SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h
+
.include <bsd.lib.mk>

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 8:36 PM (2 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31863139
Default Alt Text
D16187.diff (677 B)

Event Timeline