diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-09T15·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-09T15·30+0000 |
commit | bfe4875a5e1058462345cd791061a332e510e033 (patch) | |
tree | 4534fb2fe494d26531088703bf471a2ef67e6c29 /externals | |
parent | 8f57634c1457ced226942024c31e8c3759b1655b (diff) |
* Use Berkeley DB 4.3.38.
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 7a5c29d5db34..081bc7a55475 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -1,11 +1,11 @@ # Berkeley DB -DB = db-4.2.52 +DB = db-4.3.28.NC $(DB).tar.gz: @echo "Nix requires Berkeley DB to build." - @echo "Please download version 4.2.52 from" - @echo " http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz" + @echo "Please download version 4.3.38 from" + @echo " http://downloads.sleepycat.com/db-4.3.28.NC.tar.gz" @echo "and place it in the externals/ directory." false |