Skip to content

Commit

Permalink
uclibc: avoid "Error in reading or end of file" warnings
Browse files Browse the repository at this point in the history
Thanks to @bjornfor for the advice in
6057d74
  • Loading branch information
orivej committed Dec 10, 2017
1 parent 3337e9e commit 4561d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/uclibc/default.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit 4561d6c

Please sign in to comment.