don't build bsddb anymore

This commit is contained in:
Benjamin Peterson 2008-12-20 23:06:29 +00:00
parent 623918ed0d
commit f767050cdc
1 changed files with 0 additions and 11 deletions

View File

@ -169,17 +169,6 @@ LIBRARY_RECIPES = [
getVersion(),
),
),
dict(
name="Sleepycat DB 4.7.25",
url="http://download.oracle.com/berkeley-db/db-4.7.25.tar.gz",
#name="Sleepycat DB 4.3.29",
#url="http://downloads.sleepycat.com/db-4.3.29.tar.gz",
buildDir="build_unix",
configure="../dist/configure",
configure_pre=[
'--includedir=/usr/local/include/db4',
]
),
]