git: 9f0f4e23a584 - main - prebuild_libs: register libucl dependency on libm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Sep 2024 12:24:01 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=9f0f4e23a584b5aa965aae774bb2dc1e5892d24a
commit 9f0f4e23a584b5aa965aae774bb2dc1e5892d24a
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-09-07 12:19:33 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-09-07 12:20:47 +0000
prebuild_libs: register libucl dependency on libm
Reported by: Rainer Hurling <rhurlin@gwdg.de>
---
Makefile.inc1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.inc1 b/Makefile.inc1
index edff60cc17ac..ec1db75234b2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -3292,6 +3292,7 @@ _generic_libs+= ${_DIR}
lib/libtacplus__L: lib/libmd__L lib/libpam/libpam__L
lib/libxo__L: lib/libutil__L
+lib/libucl__L: lib/msun__L
.if ${MK_CDDL} != "no"
_cddl_lib_libumem= cddl/lib/libumem