]> git.pld-linux.org Git - packages/php-ioncube.git/commitdiff
- rel 5; use zend_extension_ts for ts enabled ioncube auto/th/php-ioncube-4_0_0-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Oct 2010 06:09:22 +0000 (06:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ioncube.spec -> 1.17

php-ioncube.spec

index 289b842b8683954b5d5d3607ddf093ab7ba1c7f2..644c9771851cb81d199659d62700c1d2cd11f611 100644 (file)
@@ -14,7 +14,7 @@ Name:         php-%{modname}
 Version:       %{ver}
 # Never decrease release in this package.
 # As not all arch versions are identical, you could be making some arch package older.
-Release:       4
+Release:       5
 License:       redistributable
 Group:         Libraries
 Source0:       http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.bz2
@@ -63,7 +63,7 @@ install -d $RPM_BUILD_ROOT{%{php_extensiondir},%{php_sysconfdir}/conf.d}
 install -p %{modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
 ; Enable %{modname} extension module
-zend_extension=%{php_extensiondir}/%{modname}.so
+zend_extension%{?zend_zts:_ts}=%{php_extensiondir}/%{modname}.so
 EOF
 
 %clean
This page took 0.151939 seconds and 4 git commands to generate.