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:
@@ -24,6 +24,8 @@ stdenv.mkDerivation {
|
||||
make oldconfig
|
||||
'';
|
||||
|
||||
patches = [ ./unifdef-getline.patch ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
make PREFIX=$out install
|
||||
|
||||
Reference in New Issue
Block a user