OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Feb-2007 08:16:20
Branch: HEAD Handle: 2007020607161800
Modified files:
openpkg-src/apache apache.spec
Log:
fix dependency of with_mod_dav by getting it out of the with_mod_php
scope
Summary:
Revision Changes Path
1.375 +4 -4 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.374 -r1.375 apache.spec
--- openpkg-src/apache/apache.spec 6 Feb 2007 06:30:45 -0000 1.374
+++ openpkg-src/apache/apache.spec 6 Feb 2007 07:16:18 -0000 1.375
@@ -243,6 +243,10 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823
PreReq: OpenPKG, openpkg >= 20060823
+%if "%{with_mod_dav}" == "yes"
+BuildPreReq: expat
+PreReq: expat
+%endif
%if "%{with_mod_ssl}" == "yes"
BuildPreReq: openssl, mm
PreReq: openssl, mm
@@ -331,10 +335,6 @@
BuildPreReq: imap, openssl
PreReq: imap, openssl
%endif
-%if "%{with_mod_dav}" == "yes"
-BuildPreReq: expat
-PreReq: expat
-%endif
%if "%{with_mod_php_xml}" == "yes"
BuildPreReq: libxml
PreReq: libxml
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]