OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-May-2004 10:43:38
Branch: HEAD Handle: 2004050509433800
Modified files:
openpkg-src/apache2 apache2.spec
Log:
fix Berkeley-DB related building under Linux
Summary:
Revision Changes Path
1.42 +2 -1 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 apache2.spec
--- openpkg-src/apache2/apache2.spec 20 Mar 2004 07:35:21 -0000 1.41
+++ openpkg-src/apache2/apache2.spec 5 May 2004 08:43:38 -0000 1.42
@@ -34,7 +34,7 @@
Group: Web
License: ASF
Version: 2.0.49
-Release: 20040320
+Release: 20040505
# list of sources
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -87,6 +87,7 @@
--sysconfdir=%{l_prefix}/etc/apache2 \
--libexecdir=%{l_prefix}/libexec/apache2 \
--with-expat=%{l_prefix} \
+ --with-berkeley-db=%{l_prefix} \
--with-mpm=prefork \
--disable-shared
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]