Module Name:    src
Committed By:   christos
Date:           Fri Apr  5 11:04:37 UTC 2024

Modified Files:
        src/external/mit/libuv/lib: Makefile

Log Message:
Just build the staticlib.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/external/mit/libuv/lib/Makefile:1.8
--- src/external/mit/libuv/lib/Makefile:1.7	Fri Apr  5 04:51:27 2024
+++ src/external/mit/libuv/lib/Makefile	Fri Apr  5 07:04:37 2024
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2024/04/05 08:51:27 kre Exp $
+# $NetBSD: Makefile,v 1.8 2024/04/05 11:04:37 christos Exp $
 
-LIBISPRIVATE=pic
+LIBISPRIVATE=yes
 
 .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

Reply via email to