Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libnv/lib make libnv not LIBISPRIVATE when RUMP...



details:   https://anonhg.NetBSD.org/src/rev/0ee13605249f
branches:  trunk
changeset: 448998:0ee13605249f
user:      bad <bad%NetBSD.org@localhost>
date:      Sun Feb 17 23:54:08 2019 +0000

description:
make libnv not LIBISPRIVATE when RUMPRUN=yes.

include bsd.init.mk earlier to pick up MAKECONF for RUMPRUN.

diffstat:

 external/bsd/libnv/lib/Makefile |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 041fe8b96017 -r 0ee13605249f external/bsd/libnv/lib/Makefile
--- a/external/bsd/libnv/lib/Makefile   Sun Feb 17 23:50:53 2019 +0000
+++ b/external/bsd/libnv/lib/Makefile   Sun Feb 17 23:54:08 2019 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2018/09/08 14:11:11 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/17 23:54:08 bad Exp $
+
+WARNS?=                5
 
-LIBISPRIVATE=  yes
+.include <bsd.init.mk>
+
+.if ${RUMPRUN:Uno} != "yes"
+LIBISPRIVATE?= yes
+.endif
 LIB=           nv
 #USE_SHLIBDIR= yes
 #SHLIB_MAJOR=  1
 #SHLIB_MINOR=  0
 
-WARNS?=                5
-
-.include <bsd.init.mk>
-
 #INCS=         nv.h dnv.h
 #INCSDIR=      /usr/include
 #MAN=          nv.3



Home | Main Index | Thread Index | Old Index