Skip to content

Commit

Permalink
lang/php80: Mark IGNORE with openssl30 and later
Browse files Browse the repository at this point in the history
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
  • Loading branch information
5u623l20 committed Apr 25, 2023
1 parent 3ec779f commit f624573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/php80/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f624573

Please sign in to comment.