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,5 +6,5 @@ stdenv.mkDerivation {
|
||||
url = http://ftp.gnu.org/gnu/cpio/cpio-2.7.tar.bz2;
|
||||
md5 = "69ad6cb3d288aafe5f969f68d9fd0fb7";
|
||||
};
|
||||
patches = [./symlink.patch];
|
||||
patches = [./symlink.patch ./gnulib-futimens.patch];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user