]> git.pld-linux.org Git - packages/php.git/commitdiff
set default php off for ac on this branch
authorElan Ruusamäe <glen@delfi.ee>
Wed, 22 Jul 2015 16:10:43 +0000 (19:10 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 22 Jul 2015 16:10:43 +0000 (19:10 +0300)
php.spec

index bcbac7a7668f4fe262bd486d5de8840b3007531e..b94a6ccdb3cfe3f228ec7d65f490b39dde551c87 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -104,9 +104,9 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %if "%{pld_release}" == "ac"
 %define                magic_mime      /usr/share/file/magic.mime
 %define                _noautoreqdep libphp_common.*
-# if commandline --without was given. respect that
-%if 0%{!?_without_default_php:1}
-%define                with_default_php        1
+# if commandline --with was given. respect that
+%if 0%{!?_with_default_php:1}
+%undefine      with_default_php
 %endif
 %else
 %define                magic_mime      /usr/share/misc/magic.mime
This page took 0.216499 seconds and 4 git commands to generate.