Browse Source

really try to use the bdb42 in apache

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2189 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d17a09fee4
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      package/rene/apache/search-for-bdb42.patch

+ 26
- 0
package/rene/apache/search-for-bdb42.patch

@ -0,0 +1,26 @@
--- httpd-2.0.48/srclib/apr-util/configure.orig 2003-10-24 19:51:13.000000000 +0200
+++ httpd-2.0.48/srclib/apr-util/configure 2004-01-14 17:10:38.000000000 +0100
@@ -13923,19 +13924,19 @@
places="$all_places"
if test -z "$places"; then
- places="std /usr/local/BerkeleyDB.4.1"
+ places="std /usr/local/BerkeleyDB.4.2"
fi
bdb_version="4"
if test ""1"" != "-1"; then
- bdb_version="$bdb_version."1""
+ bdb_version="$bdb_version."2""
if test ""-1"" != "-1"; then
bdb_version="$bdb_version."-1""
fi
fi
bdb_places="$places"
- bdb_default_search_headers="db4/db.h db.h"
- bdb_default_search_lib_names="db-4.1 db4 db"
+ bdb_default_search_headers="db42/db.h db4/db.h db.h"
+ bdb_default_search_lib_names="db-4.2 db-4.1 db4 db"
apu_have_db=0

Loading…
Cancel
Save