Merge pull request #172141 from trofi/workaround-fno-common-for-gqview
gqview: add -fcommon workaround
This commit is contained in:
commit
94d02e4e32
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fcommon";
|
||||
NIX_LDFLAGS = "-lm";
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user