Merge pull request #172665 from trofi/workaround-fno-common-for-0verkill
_0verkill: add -fcommon workaround for gcc-10
This commit is contained in:
commit
fbf8e81d93
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ gccStdenv.mkDerivation rec {
|
|||
autoupdate
|
||||
'';
|
||||
|
||||
# The code needs an update for gcc-10:
|
||||
# https://github.com/hackndev/0verkill/issues/7
|
||||
NIX_CFLAGS_COMPILE = "-fcommon";
|
||||
hardeningDisable = [ "all" ]; # Someday the upstream will update the code...
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue