OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jun-2006 13:40:12
Branch: HEAD Handle: 2006060812401200
Modified files:
openpkg-src/apache apache.spec
Log:
Ops, since the earliest days the combination of
with_mod_ssl=yes/with_mod_dav=yes was broken because mod_dav was not
built with EAPI and this way could segfault. Discovered by Christoph
Schug.
Summary:
Revision Changes Path
1.333 +5 -5 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.332 -r1.333 apache.spec
--- openpkg-src/apache/apache.spec 28 May 2006 12:28:22 -0000 1.332
+++ openpkg-src/apache/apache.spec 8 Jun 2006 11:40:12 -0000 1.333
@@ -65,7 +65,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20060528
+Release: 20060608
# package options (suexec related)
%option with_suexec yes
@@ -867,15 +867,15 @@
CC="%{l_cc}" \
%if "%{with_debug}" == "yes"
%if "%{with_mod_ssl}" == "yes"
- CFLAGS="%{l_cflags} -g" \
-%else
CFLAGS="%{l_cflags} -g -DEAPI" \
+%else
+ CFLAGS="%{l_cflags} -g" \
%endif
%else
%if "%{with_mod_ssl}" == "yes"
- CFLAGS="%{l_cflags -O}" \
-%else
CFLAGS="%{l_cflags -O} -DEAPI" \
+%else
+ CFLAGS="%{l_cflags -O}" \
%endif
%endif
LDFLAGS="%{l_cflags -O}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]