From 88276edbbfd0e95810548f334547246c6fd39888 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 22 Jul 2015 19:10:43 +0300 Subject: [PATCH 1/1] set default php off for ac on this branch --- php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index bcbac7a..b94a6cc 100644 --- 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 -- 2.44.0