uclibc: prefer "Error in reading or end of file" to pipefail
This commit is contained in:
parent
f1226ac796
commit
6057d74d1c
@ -76,7 +76,7 @@ stdenv.mkDerivation {
|
|||||||
${if cross != null then stdenv.lib.attrByPath [ "uclibc" "extraConfig" ] "" cross else ""}
|
${if cross != null then stdenv.lib.attrByPath [ "uclibc" "extraConfig" ] "" cross else ""}
|
||||||
$extraCrossConfig
|
$extraCrossConfig
|
||||||
EOF
|
EOF
|
||||||
yes "" | make oldconfig
|
make oldconfig </dev/null
|
||||||
'';
|
'';
|
||||||
|
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user