]> git.pld-linux.org Git - packages/php-ioncube.git/commitdiff
- zend_zts is _ts auto/th/php-ioncube-4_0_0-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Oct 2010 06:39:44 +0000 (06:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ioncube.spec -> 1.19

php-ioncube.spec

index a2cfdb7a5e0b596291e689fecb9da05a720efe19..e6b51b5b41e2399a32a7e49baf0f417dbf8a70cf 100644 (file)
@@ -63,7 +63,7 @@ install -p %{modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
 ; Enable %{modname} extension module
 %if %{php_major_version} == 5 && %{php_minor_version} < 3
-zend_extension%{?zend_zts:_ts}=%{php_extensiondir}/%{modname}.so
+zend_extension%{?zend_zts}=%{php_extensiondir}/%{modname}.so
 %else
 zend_extension=%{php_extensiondir}/%{modname}.so
 %endif
This page took 0.065839 seconds and 4 git commands to generate.