aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Ostapenko <igoro@FreeBSD.org>2025-10-11 10:20:44 +0000
committerIgor Ostapenko <igoro@FreeBSD.org>2025-10-11 10:58:33 +0000
commit771ee17c88106fb07b5035a2f36c36ccafe94edd (patch)
tree93e034661c925f9e87b16e4a44a5479c81515621
parent6eb4708a84d773742a7d36e530d06164b3733ba7 (diff)
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 (cherry picked from commit 2d9fd2c573c318754e3f36d2549e0e57ce199d60)
-rw-r--r--crypto/krb5/src/build-tools/mit-krb5.pc.in2
1 files changed, 1 insertions, 1 deletions
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