]> git.pld-linux.org Git - packages/php.git/commitdiff
allow disabling opcache ext
authorElan Ruusamäe <glen@delfi.ee>
Sun, 24 May 2015 18:41:19 +0000 (21:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 24 May 2015 18:51:18 +0000 (21:51 +0300)
php.spec

index 13ab3df51524fd36e661b163dce85b327f1a307b..30b925cb80fccf0f2304e323dc1b6db2fb68b55e 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2399,7 +2399,7 @@ for sapi in $sapis; do
        %{__with_without mysql mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
        %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
        %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
-       %{?with_opcache:--enable-opcache=shared} \
+       %{__enable_disable opcache opcache shared} \
        %{?with_openssl:--with-openssl=shared} \
        %{?with_kerberos5:--with-kerberos} \
        --with-tcadb=/usr \
This page took 0.050308 seconds and 4 git commands to generate.