From afa411b1d4d3f14682deae88a9fa61673f07de71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Apr 2017 16:17:19 +0200 Subject: use dts --- php-pecl-apcu.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php-pecl-apcu.spec') 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} -- cgit