From 9563a80f25efdb6ba5f502b2805988a1ce6e943a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Dec 2018 14:02:59 +0100 Subject: missing magical stuff --- php-pecl-oci8.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-pecl-oci8.spec b/php-pecl-oci8.spec index 07f0f1d..63c879d 100644 --- a/php-pecl-oci8.spec +++ b/php-pecl-oci8.spec @@ -183,6 +183,8 @@ cp -pr NTS ZTS %build +%{?dtsenable} + %if %{with_dtrace} export PHP_DTRACE=yes %endif @@ -211,6 +213,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + # Install the NTS stuff make -C NTS install INSTALL_ROOT=%{buildroot} install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} -- cgit