diff options
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r-- | php-pecl-ev.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index 1f76a47..2ecd7b7 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -120,6 +120,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -141,6 +143,7 @@ make %{?_smp_mflags} %install make -C NTS install INSTALL_ROOT=%{buildroot} +%{?dtsenable} # install config file - z-eio.ini to ensure load order (after sockets) install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} |