diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-19 11:17:05 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-19 11:17:05 +0100 |
commit | 971fb1206b55b37d00be089963e85820c9819618 (patch) | |
tree | bd5278380ee44d6ed9c29928b7b7cd21e180bf58 | |
parent | f37adc07160e91c8066dbb36367a8b0f302296ba (diff) |
php-pecl-amqp: fix SCL build
-rw-r--r-- | php-pecl-amqp.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index f8e6626..acf06fe 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -129,13 +129,13 @@ cp -pr NTS ZTS %build cd NTS -phpize +%{_bindir}/phpize %configure --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} %if %{with_zts} cd ../ZTS -zts-phpize +%{_bindir}/zts-phpize %configure --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} %endif |