* Fix glibc build on powerpc. See http://sources.redhat.com/bugzilla/show_bug.cgi?id=2929.
svn path=/nixpkgs/trunk/; revision=6847
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
md5 = "870d76d46dcaba37c13d01dca47d1774";
|
||||
};
|
||||
|
||||
patches = [ ./glibc-pwd.patch ];
|
||||
patches = [ ./glibc-pwd.patch ./glibc-getcwd-param-MAX.patch ];
|
||||
|
||||
inherit kernelHeaders installLocales;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user