diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2025-10-22 11:28:03 +0200 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2025-10-22 11:29:57 +0200 |
| commit | 054a5739b086a82c2ca4038ddc3cbf33eff82b99 (patch) | |
| tree | 87e1c7609f2124aa6d2a1d7ead97e410a8bba67d | |
| parent | misc/codex: Update to 0.47.0 (diff) | |
security/pecl-krb5: Fix build on FreeBSD 15+
The libkrb5support.so was added to the heimdal base in 15, so the
explicit krb5 dependency didn't work. Use the gssapi USES mechanism
instead.
| -rw-r--r-- | security/pecl-krb5/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pecl-krb5/Makefile b/security/pecl-krb5/Makefile index 84ca24082319..3ce381d52f1b 100644 --- a/security/pecl-krb5/Makefile +++ b/security/pecl-krb5/Makefile @@ -1,5 +1,6 @@ PORTNAME= krb5 PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= security pear MAINTAINER= girgen@FreeBSD.org @@ -8,9 +9,7 @@ WWW= https://pecl.php.net/package/krb5 LICENSE= BSD3CLAUSE -LIB_DEPENDS= libkrb5support.so:security/krb5 - -USES= php:pecl +USES= php:pecl gssapi:mit CONFIGURE_ARGS= --with-krb5config=${LOCALBASE}/bin/krb5-config |
