From 67e19fa1e48de38d84dba23350bebf60641f3061 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 08:13:27 +0200 Subject: add missing dts stuff --- php-pecl-ev.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php-pecl-ev.spec') 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} -- cgit