* Use BDB 4.2.52.
svn path=/nixpkgs/trunk/; revision=621
This commit is contained in:
parent
0230509c1c
commit
f8554f0b81
@ -14,8 +14,8 @@ derivation {
|
||||
};
|
||||
|
||||
bdbSrc = fetchurl {
|
||||
url = "http://www.sleepycat.com/update/snapshot/db-4.1.25.tar.gz";
|
||||
md5 = "df71961002b552c0e72c6e4e358f27e1";
|
||||
url = "http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz";
|
||||
md5 = "cbc77517c9278cdb47613ce8cb55779f";
|
||||
};
|
||||
|
||||
atermSrc = fetchurl {
|
||||
|
@ -6,7 +6,7 @@ buildinputs="$autoconf $automake $libxml2 $libxslt"
|
||||
echo "copying sources..."
|
||||
cp -prd $src/* . || exit 1
|
||||
chmod -R u+w . || exit 1
|
||||
cp -p $bdbSrc externals/db-4.1.25.tar.gz || exit 1 # !!!
|
||||
cp -p $bdbSrc externals/db-4.2.52.tar.gz || exit 1 # !!!
|
||||
cp -p $atermSrc externals/aterm-2.0.5.tar.gz || exit 1
|
||||
cp -p $sdfSrc externals/sdf2-bundle-1.6.tar.gz || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user