Date: Sun, 28 Dec 2025 11:53:12 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 824bf10c2e68 - main - lang/php84: Fix build with ZTS Message-ID: <69511a28.32047.4e238c10@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=824bf10c2e6852ed6e818abc1d418f3d27fa3134 commit 824bf10c2e6852ed6e818abc1d418f3d27fa3134 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-12-28 11:51:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-12-28 11:51:28 +0000 lang/php84: Fix build with ZTS --- lang/php84/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php84/Makefile b/lang/php84/Makefile index 52be4c71184e..edb84ad7ea0a 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -133,7 +133,7 @@ PLIST_SUB+= SAPI_INC="" PLIST_SUB+= SAPI_INC="@comment " . endif -. if (${OSVERSION} >= 1500000 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15) +. if (${OSVERSION} >= 1500000 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15) && empty(PORT_OPTIONS:MZTS) CONFIGURE_ARGS+= --with-openssl-argon2 . else LIB_DEPENDS+= libargon2.so:security/libargon2home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69511a28.32047.4e238c10>
