uclibc: prefer "Error in reading or end of file" to pipefail

This commit is contained in:
Orivej Desh 2017-12-07 09:32:25 +00:00
parent f1226ac796
commit 6057d74d1c

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation {
${if cross != null then stdenv.lib.attrByPath [ "uclibc" "extraConfig" ] "" cross else ""}
$extraCrossConfig
EOF
yes "" | make oldconfig
make oldconfig </dev/null
'';
hardeningDisable = [ "stackprotector" ];