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