Module Name: src
Committed By: kre
Date: Fri Apr 5 12:03:24 UTC 2024
Modified Files:
src/external/mit/libuv/lib: Makefile
Log Message:
Revert last, the .pic file is used elsewhere.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/mit/libuv/lib/Makefile:1.9
--- src/external/mit/libuv/lib/Makefile:1.8 Fri Apr 5 11:04:37 2024
+++ src/external/mit/libuv/lib/Makefile Fri Apr 5 12:03:24 2024
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2024/04/05 11:04:37 christos Exp $
+# $NetBSD: Makefile,v 1.9 2024/04/05 12:03:24 kre Exp $
-LIBISPRIVATE=yes
+LIBISPRIVATE=pic
.include <bsd.own.mk>
MKLINT= no
LIB= uv
+MAKESTATICLIB=yes
+MAKELINKLIB=yes
+
.if ${LIBISPRIVATE:Uno} == "no"
INCS= uv.h uv/unix.h uv/bsd.h uv/errno.h uv/version.h uv/threadpool.h
INCSDIR=/usr/include