]> git.pld-linux.org Git - packages/php.git/commitdiff
fix mysql bcond
authorElan Ruusamäe <glen@delfi.ee>
Sun, 24 May 2015 16:00:26 +0000 (19:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 24 May 2015 16:00:28 +0000 (19:00 +0300)
php.spec

index 3ed199b392d5bcf6ba855ce567e5a5e259a48955..be99957cf042e64a29e8e38d7f346dc761de9f6d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2392,7 +2392,7 @@ for sapi in $sapis; do
        %{?with_mm:--with-mm} \
        %{?with_mssql:--with-mssql=shared} \
        %{?with_mysqlnd:--enable-mysqlnd=shared} \
-       %{__enable_disable mysql mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
+       %{__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} \
This page took 0.60612 seconds and 4 git commands to generate.