diff options
-rw-r--r-- | php-pecl-oci8.spec | 4 |
1 files changed, 4 insertions, 0 deletions
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} |