Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2025 14:32:17 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0b31a05166b3 - stable/14 - prebuild_libs: register libucl dependency on libm
Message-ID:  <202507081432.568EWHYB072196@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507081432.568EWHYB072196>