From 61fb42b5936e00646c06a7fe7c76ced5c7722bcf Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 14:30:31 +0200 Subject: [PATCH] php8: update to openssl3 --- dev-lang/php/php8-8.1.9.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php8-8.1.9.recipe b/dev-lang/php/php8-8.1.9.recipe index 9a7addbfa..df522ac5e 100644 --- a/dev-lang/php/php8-8.1.9.recipe +++ b/dev-lang/php/php8-8.1.9.recipe @@ -72,7 +72,7 @@ CONFLICTS=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libbz2$secondaryArchSuffix - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libcurl$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix devel:libgettextlib$secondaryArchSuffix @@ -87,7 +87,7 @@ BUILD_REQUIRES=" devel:libpq$secondaryArchSuffix devel:libreadline$secondaryArchSuffix >= 8 devel:libsqlite3$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libwebp$secondaryArchSuffix devel:libxml2$secondaryArchSuffix devel:libz$secondaryArchSuffix