summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-19 11:17:05 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-19 11:17:05 +0100
commit971fb1206b55b37d00be089963e85820c9819618 (patch)
treebd5278380ee44d6ed9c29928b7b7cd21e180bf58 /php-pecl-amqp.spec
parentf37adc07160e91c8066dbb36367a8b0f302296ba (diff)
php-pecl-amqp: fix SCL build
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r--php-pecl-amqp.spec4
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