[packages/php] - unified bzip2 bcond name
qboosh
qboosh at pld-linux.org
Mon May 11 17:59:19 CEST 2020
commit 1a77455e1c4c26390953650db2a45f5cf2e1e6dd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon May 11 17:59:46 2020 +0200
- unified bzip2 bcond name
php.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php.spec b/php.spec
index ebcdbc3..d74004a 100644
--- a/php.spec
+++ b/php.spec
@@ -29,7 +29,7 @@
%bcond_without phpdbg # disable phpdbg SAPI
# - Extensions
%bcond_without bcmath # without bcmath extension module
-%bcond_without bz2 # without bz2 extension module
+%bcond_without bzip2 # without bz2 extension module
%bcond_without calendar # without calendar extension module
%bcond_without ctype # without ctype extension module
%bcond_without curl # without CURL extension module
@@ -2255,7 +2255,7 @@ for sapi in $sapis; do
--enable-tokenizer=shared \
--enable-xml=shared \
--enable-xmlreader=shared \
- %{__with_without bz2 bz2 shared} \
+ %{__with_without bzip2 bz2 shared} \
%{__with_without curl curl shared} \
--with-db4 \
%{__with_without iconv iconv shared} \
@@ -2846,7 +2846,7 @@ fi
%attr(755,root,root) %{php_extensiondir}/bcmath.so
%endif
-%if %{with bz2}
+%if %{with bzip2}
%files bz2
%defattr(644,root,root,755)
%doc ext/bz2/CREDITS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/1a77455e1c4c26390953650db2a45f5cf2e1e6dd
More information about the pld-cvs-commit
mailing list