Module Name: src
Committed By: mrg
Date: Fri Jun 18 22:12:02 UTC 2021
Modified Files:
src/external/mit/libuv/lib: Makefile
Log Message:
don't install the libuv.pc file for pic (but private) libs as well.
avoids triggering a makefs warning when building a file system out
of the DESTDIR directly, using the METALOG files etc:
makefs: Can't open `././libuv.pc' for reading: No such file or directory
(the file was installed, and the obsoleted.)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/libuv/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.4 src/external/mit/libuv/lib/Makefile:1.5
--- src/external/mit/libuv/lib/Makefile:1.4 Mon Jun 1 14:39:42 2020
+++ src/external/mit/libuv/lib/Makefile Fri Jun 18 22:12:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/06/01 14:39:42 christos Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/18 22:12:02 mrg Exp $
LIBISPRIVATE=pic
@@ -61,7 +61,7 @@ CPPFLAGS+= -I${LIBUVDIR}/include -I${LIB
LIBDPLIBS+= kvm ${NETBSDSRCDIR}/lib/libkvm
-.if ${LIBISPRIVATE} != "yes"
+.if ${LIBISPRIVATE} != "yes" && ${LIBISPRIVATE} != "pic"
SHLIB_MAJOR= 1
SHLIB_MINOR= 0