From 971fb1206b55b37d00be089963e85820c9819618 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Mar 2014 11:17:05 +0100 Subject: php-pecl-amqp: fix SCL build --- php-pecl-amqp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-amqp.spec') 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 -- cgit