diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-10 14:02:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-10 14:02:59 +0100 |
commit | 9563a80f25efdb6ba5f502b2805988a1ce6e943a (patch) | |
tree | 9b3849245505de25cf6b82202d52e7536c3e7012 | |
parent | 44bc05b0c1cf6a02338a68b578817df20571381e (diff) |
missing magical stuff
-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} |