Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2025 20:08:08 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fb13ae28b2e8 - main - Makefile.libcompat: Add krb5/util
Message-ID:  <202508162008.57GK88YE056393@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=fb13ae28b2e816d35b229c0d8ebadb4e322fb4eb

commit fb13ae28b2e816d35b229c0d8ebadb4e322fb4eb
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-16 19:58:18 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-08-16 20:07:57 +0000

    Makefile.libcompat: Add krb5/util
    
    This fixes missing libraries (libcom_err, libkrb5profile, ...)
    for the 32-bit build, since these libraries live in krb5/util.
    
    Reviewed by:    ngie, des
    Differential Revision:  https://reviews.freebsd.org/D51926
---
 Makefile.libcompat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.libcompat b/Makefile.libcompat
index 82ef4e9df0ac..2fdc1439b916 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -93,6 +93,7 @@ _LC_LIBDIRS.${MK_CDDL:tl}+=	cddl/lib
 _LC_LIBDIRS.${MK_CRYPT:tl}+=	secure/lib
 .if ${MK_MITKRB5} != "no"
 _LC_LIBDIRS.${MK_KERBEROS:tl}+=	krb5/lib
+_LC_LIBDIRS.${MK_KERBEROS:tl}+=	krb5/util
 .else
 _LC_LIBDIRS.${MK_KERBEROS:tl}+=	kerberos5/lib
 .endif



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