mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
* Use Berkeley DB 4.5.
This commit is contained in:
parent
37c8a664f3
commit
142863a89d
2 changed files with 10 additions and 9 deletions
4
externals/Makefile.am
vendored
4
externals/Makefile.am
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue