zlib: largefile_source problem fixed upstream

svn path=/nixpkgs/branches/stdenv-updates/; revision=32135
This commit is contained in:
Yury G. Kudryashov
2012-02-08 05:05:46 +00:00
parent 1f3f0e6b65
commit 0de0994bc4
2 changed files with 1 additions and 72 deletions

View File

@@ -9,9 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "06x6m33ls1606ni7275q5z392csvh18dgs55kshfnvrfal45w8r1";
};
patches =
[ ./zlib-LARGEFILE64_SOURCE.patch ]
++ stdenv.lib.optional (stdenv.system == "i686-cygwin") [ ./no-shared.patch ];
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin") [ ./no-shared.patch ];
configureFlags = if static then "" else "--shared";