diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-17 12:56:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-17 12:56:16 +0200 |
commit | 95e32c81580b9a976dc474d25e98ab760dc2f4e0 (patch) | |
tree | 18dfc5b3f46ca10ffe0c3a0ecde042a5630dee29 /php80.spec | |
parent | a651d5ff9cd7fc8100d9944c166778033a2ccc6c (diff) |
properly use --enable-zts for ZTS builds
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |