git: 6dbde50a7e48 - main - pkgbase: Move librt to clibs
Emmanuel Vadot
manu at FreeBSD.org
Thu May 13 15:46:43 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=6dbde50a7e48d4779dc7a7b0bc63f922aa5bcbf5
commit 6dbde50a7e48d4779dc7a7b0bc63f922aa5bcbf5
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-05-03 08:12:26 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-05-13 15:41:24 +0000
pkgbase: Move librt to clibs
librt implement the POSIX realtime extension library.
Move it to clibs instead of utilities as a number of ports uses it
so avoid a dependancy on FreeBSD-utilities.
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D30088
---
lib/librt/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librt/Makefile b/lib/librt/Makefile
index 6a751b7a3aa3..00ae29bab26b 100644
--- a/lib/librt/Makefile
+++ b/lib/librt/Makefile
@@ -2,6 +2,7 @@
.include <src.opts.mk>
+PACKAGE=clibs
LIB=rt
SHLIB_MAJOR= 1
CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
More information about the dev-commits-src-main
mailing list