Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/libuv/lib Create pic lib and don't install pkgc...
details: https://anonhg.NetBSD.org/src/rev/6556d100d321
branches: trunk
changeset: 933785:6556d100d321
user: christos <christos%NetBSD.org@localhost>
date: Sat May 30 20:54:46 2020 +0000
description:
Create pic lib and don't install pkgconfig file.
diffstat:
external/mit/libuv/lib/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 0fb6e34f6798 -r 6556d100d321 external/mit/libuv/lib/Makefile
--- a/external/mit/libuv/lib/Makefile Sat May 30 20:47:58 2020 +0000
+++ b/external/mit/libuv/lib/Makefile Sat May 30 20:54:46 2020 +0000
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2020/05/30 20:47:59 christos Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/30 20:54:46 christos Exp $
LIBISPRIVATE=yes
+LIBISPRIVATE=yes
+MKPICLIB=yes
+
.include <bsd.own.mk>
MKLINT= no
@@ -61,10 +64,12 @@
LIBDPLIBS+= kvm ${NETBSDSRCDIR}/lib/libkvm
+.if ${LIBISPRIVATE} != "yes"
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
PKGCONFIG=libuv
.include "${.CURDIR}/../pkgconfig.mk"
+.endif
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index