uclibc: avoid "Error in reading or end of file" warnings

Thanks to @bjornfor for the advice in
6057d74d1c
This commit is contained in:
Orivej Desh 2017-12-10 22:28:25 +00:00
parent 3337e9eca4
commit 4561d6ca9f

View File

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