uclibc: avoid "Error in reading or end of file" warnings
Thanks to @bjornfor for the advice in
6057d74d1c
This commit is contained in:
parent
3337e9eca4
commit
4561d6ca9f
@ -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
|
||||||
make oldconfig </dev/null
|
( set +o pipefail; yes "" | make oldconfig )
|
||||||
'';
|
'';
|
||||||
|
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user