]> git.pld-linux.org Git - packages/php.git/blobdiff - php.spec
set default php off for ac on this branch
[packages/php.git] / php.spec
index 57eb6f3d472d23edb1a2a087f72432bc931f7046..b94a6ccdb3cfe3f228ec7d65f490b39dde551c87 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -104,15 +104,15 @@ 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
 %endif
 
-%define                rel     11
+%define                rel     12
 %define                orgname php
 %define                ver_suffix 52
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
This page took 0.028499 seconds and 4 git commands to generate.