Module Name: src
Committed By: christos
Date: Fri Jan 17 16:08:35 UTC 2025
Modified Files:
src/lib: Makefile
Log Message:
Add liburcu to the build and move libuv to the next trench since it is
not needed sooner.
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/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/lib/Makefile
diff -u src/lib/Makefile:1.304 src/lib/Makefile:1.305
--- src/lib/Makefile:1.304 Fri Jan 10 20:23:56 2025
+++ src/lib/Makefile Fri Jan 17 11:08:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.304 2025/01/11 01:23:56 mrg Exp $
+# $NetBSD: Makefile,v 1.305 2025/01/17 16:08:35 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -182,8 +182,6 @@ SUBDIR+= ../external/apache2/llvm/includ
SUBDIR+= ../external/mit/libcbor/lib
-SUBDIR+= ../external/mit/libuv/lib
-
SUBDIR+= ../external/bsd/zstd/lib
#==================== 2nd library dependency barrier ====================
SUBDIR+= .WAIT
@@ -257,6 +255,9 @@ SUBDIR+= ../external/cddl/osnet/l
SUBDIR+= ../libexec/httpd/libbozohttpd # depends on libssl & libcrypto
+SUBDIR+= ../external/mit/libuv/lib
+SUBDIR+= ../external/lgpl2/userspace-rcu/lib
+
#==================== 3rd library dependency barrier ====================
SUBDIR+= .WAIT
@@ -264,7 +265,7 @@ SUBDIR+= ../crypto/external/bsd/openssh/
# libfido2
SUBDIR+= ../crypto/external/bsd/netpgp/bindings/lua # depends on netpgp/lib
SUBDIR+= ../external/mpl/bind/lib # depends on heimdal, libcrypto
- # libuv
+ # libuv, userspace-rcu
.if ${MKUNBOUND} != "no"
SUBDIR+= ../external/bsd/unbound/lib # depends on libcrypto
.endif