aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-13 12:11:30 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-13 12:11:30 +0000
commit142863a89d1652d6e634b5fb7f3084c9bc37b023 (patch)
tree409fae322f7ece2057be4d7301ce50de0c7f470d /externals/Makefile.am
parent37c8a664f3af9d67ecdc200d4a6b5ced1009c25f (diff)
* Use Berkeley DB 4.5.
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r--externals/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am
index 5d2a2324d..32b3de78c 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -1,11 +1,11 @@
# Berkeley DB
-DB = db-4.4.20.NC
+DB = db-4.5.20
$(DB).tar.gz:
@echo "Nix requires Berkeley DB to build."
@echo "Please download version 4.4.20 from"
- @echo " http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz"
+ @echo " http://download-east.oracle.com/berkeley-db/db-4.5.20.tar.gz"
@echo "and place it in the externals/ directory."
false