From 95e32c81580b9a976dc474d25e98ab760dc2f4e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Sep 2020 12:56:16 +0200 Subject: properly use --enable-zts for ZTS builds --- php80.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php80.spec') 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 - 8.0.0~beta4-3 +- properly use --enable-zts for ZTS builds + * Wed Sep 16 2020 Remi Collet - 8.0.0~beta4-2 - update to 8.0.0beta4 -- cgit