Patching uclibc for it to cope well with glibc-2.10 and above

This goes similar to the kernel-headers recent patch for the same file and
purpose.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18743
This commit is contained in:
Lluís Batlle i Rossell
2009-12-01 20:52:13 +00:00
parent fe75d617b2
commit 980d7c04a0
2 changed files with 33 additions and 0 deletions
@@ -24,6 +24,8 @@ stdenv.mkDerivation {
make oldconfig
'';
patches = [ ./unifdef-getline.patch ];
installPhase = ''
mkdir -p $out
make PREFIX=$out install