summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php80.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php80.spec b/php80.spec
index ea015e6..68ba431 100644
--- a/php80.spec
+++ b/php80.spec
@@ -105,7 +105,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 2%{?dist}
+Release: 3%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1501,7 +1501,7 @@ pushd build-ztscli
EXTENSION_DIR=%{_libdir}/php-zts/modules
build --includedir=%{_includedir}/php-zts \
--libdir=%{_libdir}/php-zts \
- --enable-maintainer-zts \
+ --enable-zts \
--program-prefix=zts- \
--disable-cgi \
--with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \
@@ -1592,7 +1592,7 @@ pushd build-zts
build --with-apxs2=%{_httpd_apxs} \
--includedir=%{_includedir}/php-zts \
--libdir=%{_libdir}/php-zts \
- --enable-maintainer-zts \
+ --enable-zts \
--with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \
--without-mysql \
--disable-pdo \
@@ -2135,6 +2135,9 @@ fi
%changelog
+* Thu Sep 17 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta4-3
+- properly use --enable-zts for ZTS builds
+
* Wed Sep 16 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta4-2
- update to 8.0.0beta4