3
0
Fork 0
forked from mirrors/nixpkgs

I'd remain with glibc 2.13 on cross building too, as we do on native builds,

due to the lack of rpc (and therefore, lack of linux pam).


svn path=/nixpkgs/branches/stdenv-updates/; revision=32608
This commit is contained in:
Lluís Batlle i Rossell 2012-02-26 21:53:18 +00:00
parent b2ff0f484e
commit dd09aa6929

View file

@ -3498,7 +3498,7 @@ let
glibc = glibc213;
glibcCross = glibc214Cross;
glibcCross = glibc213Cross;
glibc25 = callPackage ../development/libraries/glibc/2.5 {
kernelHeaders = linuxHeaders_2_6_28;