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

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