From 6e53eced2ec246d79c6d230e5f2fdd05ac5676b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Mar 2014 10:33:55 +0100 Subject: php-pecl-geoip: fix Copr build --- php-pecl-geoip.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php-pecl-geoip.spec') diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index 56a028e..01cc5f8 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -95,10 +95,12 @@ cd NTS %configure --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} +%if %{with_zts} cd ../ZTS %{_bindir}/zts-phpize %configure --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} +%endif %install -- cgit