From 78147d3aae5336e3f9efbc5351f5923f1f96b66b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 7 Feb 2006 13:39:32 +0000 Subject: [PATCH] - rel 14; enable exception-hook for prefork/worker/event MPM Changed files: apache.spec -> 1.471 --- apache.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache.spec b/apache.spec index 385e045..78b17f4 100644 --- a/apache.spec +++ b/apache.spec @@ -35,7 +35,7 @@ Summary(ru): Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.2.0 -Release: 13 +Release: 14 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -1758,6 +1758,7 @@ install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}" ../%configure \ --enable-layout=PLD \ --disable-v4-mapped \ + $( [ "${mpm}" = "prefork" -o "${mpm}" = "worker" -o "${mpm}" = "event" ] && echo "--enable-exception-hook" ) \ --enable-modules=all \ --enable-mods-shared=all \ --enable-auth-anon \ -- 2.44.0