Browse Source

fixed apache to use the same bdb as subversion (needs config work)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1738 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
9fcd8f66fd
2 changed files with 5 additions and 1 deletions
  1. +3
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -1
      package/rene/apache/apache.conf

+ 3
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,9 @@
*) 2003-11-11 (2.0.0-rc2 - 2.0.0-rc3)
- Dimitar Zhekov: jimmy repository
- updated openbox
- fixed apache to use the same bdb as subversion does (need config option)
- fixed xfree86 cron job
*) 2003-11-10 (2.0.0-rc2 - 2.0.0-rc3)

+ 2
- 1
package/rene/apache/apache.conf

@ -35,7 +35,8 @@ if [ $pkg = "apache" ] ; then
# or maybe www would be nicer than lib ?!? ...
var_append extraconfopt " " "--enable-dav --enable-cache \
--enable-disk-cache --enable-ssl --enable-proxy \
--enable-speling --enable-rewrite --enable-so"
--enable-speling --enable-rewrite --enable-so \
--with-berkeley-db=/usr/include/db40:/usr/lib"
hook_add postmake 3 "install_init httpd $confdir/httpd.init"
fi

Loading…
Cancel
Save