* Patch for BDB on Cygwin.
svn path=/nixpkgs/trunk/; revision=5454
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{stdenv, fetchurl, cxxSupport ? true, compat185 ? true}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation ({
|
||||
name = "db4-4.4.20";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
@@ -11,4 +11,4 @@ stdenv.mkDerivation {
|
||||
(if cxxSupport then "--enable-cxx" else "--disable-cxx")
|
||||
(if cxxSupport then "--enable-compat185" else "--disable-compat185")
|
||||
];
|
||||
}
|
||||
} // (if stdenv.system == "i686-cygwin" then {patches = [./cygwin.patch];} else {}))
|
||||
|
||||
Reference in New Issue
Block a user