From 82a65623177f5b2e88f5f248eacd607693a3caae Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 7 Apr 2015 18:10:37 +0000 Subject: [PATCH] - disabled apache1 --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 47b3435..f4ae387 100644 --- a/php.spec +++ b/php.spec @@ -78,7 +78,7 @@ %bcond_without webp # Without WebP support in GD extension (imagecreatefromwebp) %bcond_without wddx # without WDDX extension module %bcond_without xmlrpc # without XML-RPC extension module -%bcond_without apache1 # disable building Apache 1.3.x SAPI +%bcond_with apache1 # disable building Apache 1.3.x SAPI %bcond_without apache2 # disable building Apache 2.x SAPI %bcond_with zts # Zend Thread Safety %bcond_without cgi # disable CGI/FCGI SAPI @@ -133,7 +133,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules. %undefine with_filter %endif -%define rel 1 +%define rel 2 %define orgname php %define ver_suffix 56 %define php_suffix %{!?with_default_php:%{ver_suffix}} -- 2.44.0