diff options
-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 |