Fixing the evaluation of cross built uclibc in the case of lacking extraConfig
svn path=/nixpkgs/branches/stdenv-updates/; revision=23602
This commit is contained in:
@@ -64,7 +64,7 @@ stdenv.mkDerivation {
|
||||
cat << EOF | parseconfig
|
||||
${nixConfig}
|
||||
${extraConfig}
|
||||
${if cross != null then cross.uclibc.extraConfig else ""}
|
||||
${if cross != null then stdenv.lib.attrByPath [ "uclibc" "extraConfig" ] "" cross else ""}
|
||||
$extraCrossConfig
|
||||
EOF
|
||||
make oldconfig
|
||||
|
||||
Reference in New Issue
Block a user