git: 82778970eeb2 - main - share/mk: Add opencsd to the list of private libs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Oct 2025 11:04:34 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=82778970eeb24f1249945612d05923725f9baa4f
commit 82778970eeb24f1249945612d05923725f9baa4f
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-10-20 17:37:41 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2025-10-23 10:47:05 +0000
share/mk: Add opencsd to the list of private libs
Reported by: Sarah Walker <Sarah.Walker2@arm.com>
Reviewed by: emaste
Fixes: 1c52229528e7 ("lib: Move libopencsd to /usr/lib and make private")
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D53217
---
share/mk/src.libnames.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk
index b2ed63759c19..fd0424a96d9b 100644
--- a/share/mk/src.libnames.mk
+++ b/share/mk/src.libnames.mk
@@ -29,6 +29,7 @@ _PRIVATELIBS= \
heimipcs \
kldelf \
ldns \
+ opencsd \
samplerate \
sqlite3 \
ssh \