git: 0b31a05166b3 - stable/14 - prebuild_libs: register libucl dependency on libm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Jul 2025 14:32:17 UTC
The branch stable/14 has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=0b31a05166b3594ade1ca3ab28df73b746b8bdd1
commit 0b31a05166b3594ade1ca3ab28df73b746b8bdd1
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-09-07 12:19:33 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-07-08 14:25:58 +0000
prebuild_libs: register libucl dependency on libm
Reported by: Rainer Hurling <rhurlin@gwdg.de>
(cherry picked from commit 9f0f4e23a584b5aa965aae774bb2dc1e5892d24a)
---
Makefile.inc1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.inc1 b/Makefile.inc1
index 656f2df9c9f8..cb193f677b30 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -3235,6 +3235,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