diff options
| -rw-r--r-- | php-pecl-apfd.spec | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index 300e727..a6634c1 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -115,6 +115,8 @@ EOF  %build +%{?dtsenable} +  cd NTS  %{_bindir}/phpize  %configure \ @@ -133,6 +135,8 @@ make %{?_smp_mflags}  %install +%{?dtsenable} +  make -C NTS install INSTALL_ROOT=%{buildroot}  # install config file  | 
