diff options
| author | Igor Ostapenko <igoro@FreeBSD.org> | 2025-10-11 10:20:44 +0000 |
|---|---|---|
| committer | Igor Ostapenko <igoro@FreeBSD.org> | 2025-10-11 10:20:44 +0000 |
| commit | 2d9fd2c573c318754e3f36d2549e0e57ce199d60 (patch) | |
| tree | b2807c91fdbe48e5df21c982fe0ef1beae508da4 | |
| parent | 25cca51ed294890d20a3c0290814cd26875db686 (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
| -rw-r--r-- | crypto/krb5/src/build-tools/mit-krb5.pc.in | 2 |
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 |
