Author: arekm Date: Tue Feb 7 13:39:37 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 14; enable exception-hook for prefork/worker/event MPM
---- Files affected: SPECS: apache.spec (1.470 -> 1.471) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.470 SPECS/apache.spec:1.471 --- SPECS/apache.spec:1.470 Fri Feb 3 16:38:17 2006 +++ SPECS/apache.spec Tue Feb 7 14:39:32 2006 @@ -36,7 +36,7 @@ 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 @@ -1759,6 +1759,7 @@ ../%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 \ @@ -2703,6 +2704,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.471 2006/02/07 13:39:32 arekm +- rel 14; enable exception-hook for prefork/worker/event MPM + Revision 1.470 2006/02/03 15:38:17 glen - apxs -a/-A needs apr-1-config, rel 13; STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.470&r2=1.471&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
