OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 24-Jan-2009 22:53:29 Branch: HEAD Handle: 2009012421532800 Modified files: openpkg-src/apache apache.spec Log: enable mod_dbd (uses APR DBD API and for run-time one has to build APR with some DBD drivers enabled, of course) Summary: Revision Changes Path 1.443 +6 -1 openpkg-src/apache/apache.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.442 -r1.443 apache.spec --- openpkg-src/apache/apache.spec 14 Dec 2008 10:07:08 -0000 1.442 +++ openpkg-src/apache/apache.spec 24 Jan 2009 21:53:28 -0000 1.443 @@ -32,7 +32,7 @@ Group: Web License: ASF Version: 2.2.11 -Release: 20081214 +Release: 20090124 # package options %option with_mpm_prefork yes @@ -47,6 +47,7 @@ %option with_mod_ssl no %option with_mod_dav no %option with_mod_ldap no +%option with_mod_dbd no %option with_mod_proxy no %option with_mod_cache no %option with_mod_diskcache no @@ -203,6 +204,10 @@ --enable-ldap \ --enable-authnz-ldap \ %endif +%if "%{with_mod_dbd}" == "yes" + --enable-dbd \ + --enable-authn-dbd \ +%endif %if "%{with_mod_proxy}" == "yes" --enable-proxy \ --enable-proxy-connect \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org