]> git.pld-linux.org Git - packages/php.git/commitdiff
update to use --with-zip
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jun 2019 20:27:04 +0000 (23:27 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jun 2019 20:43:06 +0000 (23:43 +0300)
refs:
- https://github.com/php/php-src/commit/a7b5b341b3b3eaea878570b3bbf75f1c069a13e6

php.spec

index cddc4adf080f8d5d4f3cd691156756d2eb33c871..01453ebb9e88574e9c5efa74b5518cc9649462e9 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2334,7 +2334,7 @@ for sapi in $sapis; do
        %{?with_xsl:--with-xsl=shared} \
        --with-zlib=shared \
        --with-zlib-dir=shared,/usr \
-       %{?with_zip:--enable-zip=shared,/usr --with-libzip} \
+       %{?with_zip:--with-zip=shared,/usr} \
 
        # save for debug
        cp -f Makefile Makefile.$sapi
This page took 0.110426 seconds and 4 git commands to generate.