* Hack for building zlib on Cygwin (NIXPKGS-28).

svn path=/nixpkgs/trunk/; revision=8768
This commit is contained in:
Eelco Dolstra 2007-05-24 16:05:40 +00:00
parent e6779a3701
commit 659023aa97

View file

@ -7,4 +7,7 @@ stdenv.mkDerivation {
md5 = "debc62758716a169df9f62e6ab2bc634";
};
configureFlags = if static then "" else "--shared";
# zlib doesn't like the automatic --disable-shared from the Cygwin stdenv.
cygwinConfigureEnableShared = true;
}