Browse Source

Chris Efant:


			
			
				rocklinux
			
			
		
Chris Efant 21 years ago
parent
commit
6eded23f17
2 changed files with 2 additions and 28 deletions
  1. +2
    -2
      package/rene/apache/apache.desc
  2. +0
    -26
      package/rene/apache/search-for-bdb42.patch

+ 2
- 2
package/rene/apache/apache.desc

@ -45,8 +45,8 @@
[L] OpenSource
[S] Stable
[V] 2.0.48
[V] 2.0.49
[P] X -----5---9 511.000
[D] 649515294 httpd-2.0.48.tar.gz http://www.apache.org/dist/httpd/
[D] 4054021415 httpd-2.0.49.tar.gz http://www.apache.org/dist/httpd/

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

@ -1,26 +0,0 @@
--- 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