diff options
-rw-r--r-- | php-pecl-apcu.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index dc34e4d..8f6c7d7 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -181,6 +181,8 @@ sed -e '/"apc.php"/s/role="src"/role="doc"/' -i package.xml %endif %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -199,6 +201,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + # Install the NTS stuff make -C NTS install INSTALL_ROOT=%{buildroot} install -D -m 644 %{SOURCE1} %{buildroot}%{php_inidir}/%{ini_name} |