diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-25 15:37:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-25 17:30:46 +0000 |
commit | f6245733d67285f98ff77ca0a8006d9eb50dee61 (patch) | |
tree | 1d1e65884f4722f99de0ba017e93ee149d5cffa5 /lang/php80/Makefile | |
parent | 3ec779fcec274164aa90fb451ccaf65bf998dfef (diff) |
lang/php80: Mark IGNORE with openssl30 and later
php80 will not receive support for OpenSSL 3.0 or later from upstream.
Those who needs OpenSSL 3.0 or later and php should consider migrating
to lang/php81 or later.
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php80/Makefile')
-rw-r--r-- | lang/php80/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index d8b0ff01ace6..e20a3bcbd230 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -35,6 +35,8 @@ CONFIGURE_ARGS+= \ --with-password-argon2=${LOCALBASE} USES+= autoreconf:build localbase ssl +IGNORE_SSL= openssl30 openssl31 +IGNORE_SSL_REASON= Missing upstream support for openssl30 and later USE_GNOME= libxml2 LDFLAGS= -L${OPENSSLLIB} -lcrypto -lssl |