* Hack for building zlib on Cygwin (NIXPKGS-28).
svn path=/nixpkgs/trunk/; revision=8768
This commit is contained in:
parent
e6779a3701
commit
659023aa97
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue