Added patch from Gentoo for glibc 2.6 compatibility. It just randomly renames an inner function, so glibc 2.5-safe.
svn path=/nixpkgs/trunk/; revision=9441
This commit is contained in:
@@ -6,4 +6,5 @@ stdenv.mkDerivation {
|
||||
url = mirror://gnu/coreutils/coreutils-6.9.tar.bz2;
|
||||
sha256 = "1c4p2kiy4m024qcl1przvphy8vhivf8jvclq6bjm1pjps5d8khl9";
|
||||
};
|
||||
patches = [ ./gnulib-futimens.patch ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user