summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-07-20 09:40:56 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-07-20 09:40:56 +0000
commitc9cc455caaf9443f948499aeb042c0dcd5301134 (patch)
treee62c453577f770445c9d5a003e287cf9272c0d61 /net-dns/bind/files/bind-9.2.5-berkdb_fix.patch
parentyet another attempt at fixing _GNU_SOURCE-related build problems (configure s... (diff)
downloadhistorical-c9cc455caaf9443f948499aeb042c0dcd5301134.tar.gz
historical-c9cc455caaf9443f948499aeb042c0dcd5301134.tar.bz2
historical-c9cc455caaf9443f948499aeb042c0dcd5301134.zip
Cleanup
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64
Diffstat (limited to 'net-dns/bind/files/bind-9.2.5-berkdb_fix.patch')
-rw-r--r--net-dns/bind/files/bind-9.2.5-berkdb_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-dns/bind/files/bind-9.2.5-berkdb_fix.patch b/net-dns/bind/files/bind-9.2.5-berkdb_fix.patch
deleted file mode 100644
index ba6bc3f1758a..000000000000
--- a/net-dns/bind/files/bind-9.2.5-berkdb_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig 2005-03-25 23:33:33.000000000 +0300
-+++ configure.in 2005-03-25 23:34:04.000000000 +0300
-@@ -453,7 +453,7 @@
- then
- use_dlz_bdb=$d
- DLZ_BDB_INCDIR=$use_dlz_bdb/include
-- DLB_BDB_LIB="-ldb"
-+ DLZ_BDB_LIB="-ldb"
- break
- fi
- done