aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-12-06 15:00:04 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-12-06 15:00:04 +0000
commit760264bffe7f233f7c1fd5e9fccb9b3c189afd58 (patch)
tree04907d8b3687a0ca58c4f8dffb598ff7414e4736 /externals
parentdc528128cc5230c9eb7da0abb0a791f94e0e3b56 (diff)
* Require Berkeley DB 4.4.
* Checkpoint after an upgrade.
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am
index 126d656e5..d4a5189f9 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -1,11 +1,11 @@
# Berkeley DB
-DB = db-4.3.28.NC
+DB = db-4.4.16.NC
$(DB).tar.gz:
@echo "Nix requires Berkeley DB to build."
- @echo "Please download version 4.3.28 from"
- @echo " http://downloads.sleepycat.com/db-4.3.28.NC.tar.gz"
+ @echo "Please download version 4.4.16 from"
+ @echo " http://downloads.sleepycat.com/db-4.4.16.NC.tar.gz"
@echo "and place it in the externals/ directory."
false