From ca634d1861ce28d283f485b85ccc0866aea7a2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 16 Aug 2021 12:29:37 +0200 Subject: [PATCH] php: add libzip dependency --- dev-lang/php/php-7.4.16.recipe | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/dev-lang/php/php-7.4.16.recipe b/dev-lang/php/php-7.4.16.recipe index 5d457b4ec..d3711e247 100644 --- a/dev-lang/php/php-7.4.16.recipe +++ b/dev-lang/php/php-7.4.16.recipe @@ -6,7 +6,7 @@ popular websites in the world." HOMEPAGE="https://php.net/" COPYRIGHT="2001-2020 PHP Group" LICENSE="PHP License v3.01" -REVISION="2" +REVISION="3" SOURCE_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror" CHECKSUM_SHA256="85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e" SOURCE_FILENAME="php-$portVersion.tar.bz2" @@ -50,34 +50,36 @@ REQUIRES=" lib:libicuuc$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libnghttp2$secondaryArchSuffix + lib:libonig$secondaryArchSuffix lib:libpcre$secondaryArchSuffix lib:libpng16$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix lib:libssl$secondaryArchSuffix + lib:libwebp$secondaryArchSuffix lib:libxml2$secondaryArchSuffix lib:libz$secondaryArchSuffix - lib:libwebp$secondaryArchSuffix - lib:libonig$secondaryArchSuffix + lib:libzip$secondaryArchSuffix " BUILD_REQUIRES=" - devel:libgd$secondaryArchSuffix devel:libbz2$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix devel:libcurl$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix + devel:libgd$secondaryArchSuffix devel:libicuuc$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libnghttp2$secondaryArchSuffix + devel:libonig$secondaryArchSuffix devel:libpcre$secondaryArchSuffix devel:libpng16$secondaryArchSuffix + devel:libpq$secondaryArchSuffix devel:libsqlite3$secondaryArchSuffix devel:libssl$secondaryArchSuffix + devel:libwebp$secondaryArchSuffix devel:libxml2$secondaryArchSuffix devel:libz$secondaryArchSuffix - devel:libwebp$secondaryArchSuffix - devel:libonig$secondaryArchSuffix - devel:libpq$secondaryArchSuffix + devel:libzip$secondaryArchSuffix " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel @@ -104,6 +106,7 @@ BUILD() --sysconfdir=$settingsDir/php7 \ --with-config-file-path=$settingsDir/php7 \ --with-config-file-scan-dir=$settingsDir/php7 \ + --with-zip=shared \ --with-zlib-dir=`finddir B_SYSTEM_DIRECTORY` --with-zlib=shared \ --with-openssl \ --with-curl \