diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-18 09:05:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-18 09:05:48 +0200 |
commit | 03a0cadd3a05039064a810f765cef6a8ee63f1ca (patch) | |
tree | 7d754b8cfdc5a566d773671c90635be7867ed24e | |
parent | fa5105d79dce153407692bc815d8b9d95a79410d (diff) |
add help for PHP 7 extension build
-rw-r--r-- | REFLECTION-PHP7 (renamed from REFLECTION-DEV) | 0 | ||||
-rw-r--r-- | php-pecl-yaml-php7.spec (renamed from php-pecl-yaml-dev.spec) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/REFLECTION-DEV b/REFLECTION-PHP7 index 52b7640..52b7640 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-PHP7 diff --git a/php-pecl-yaml-dev.spec b/php-pecl-yaml-php7.spec index e06a9a8..f52aa5f 100644 --- a/php-pecl-yaml-dev.spec +++ b/php-pecl-yaml-php7.spec @@ -22,7 +22,7 @@ %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name yaml %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini |