Linux 2.6.{25,28}: Allow compilation with recent Glibc.

svn path=/nixpkgs/trunk/; revision=26741
This commit is contained in:
Ludovic Courtès
2011-04-07 13:57:43 +00:00
parent 3f609d2e35
commit 16d86dcbe2
3 changed files with 43 additions and 0 deletions
@@ -286,4 +286,11 @@ in
sha256 = "0acllabvbm9pmjnh0zx9mgnp47xbrl9ih6i037c85h0ymnjsxdhk";
};
glibc_getline =
{
# Patch to work around conflicting types for the `getline' function
# with recent Glibcs (2009).
name = "glibc-getline";
patch = ./getline.patch;
};
}