Date: Sat, 11 Oct 2025 10:23:44 GMT From: Igor Ostapenko <igoro@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2d9fd2c573c3 - main - mit-krb5.pc: Add missing -lkrb5profile Message-ID: <202510111023.59BANiFF051387@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by igoro: URL: https://cgit.FreeBSD.org/src/commit/?id=2d9fd2c573c318754e3f36d2549e0e57ce199d60 commit 2d9fd2c573c318754e3f36d2549e0e57ce199d60 Author: Igor Ostapenko <igoro@FreeBSD.org> AuthorDate: 2025-10-11 10:20:44 +0000 Commit: Igor Ostapenko <igoro@FreeBSD.org> CommitDate: 2025-10-11 10:20:44 +0000 mit-krb5.pc: Add missing -lkrb5profile Fixes the ports that prefer static linking: https://reviews.freebsd.org/D49277 Reviewed by: ivy, dch, cy Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D52910 --- crypto/krb5/src/build-tools/mit-krb5.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/krb5/src/build-tools/mit-krb5.pc.in b/crypto/krb5/src/build-tools/mit-krb5.pc.in index fdc557785ad4..dca1654c8c9d 100644 --- a/crypto/krb5/src/build-tools/mit-krb5.pc.in +++ b/crypto/krb5/src/build-tools/mit-krb5.pc.in @@ -12,4 +12,4 @@ Description: An implementation of Kerberos network authentication Version: @KRB5_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lkrb5 -lk5crypto @COM_ERR_LIB@ -Libs.private: -lkrb5support +Libs.private: -lkrb5support -lkrb5profile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510111023.59BANiFF051387>