tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wiimms-iso-tools: add -fcommon workaround
arcuru.tngl.sh
3 years ago
4bc488dd
b6aa2dfb
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
wiimms-iso-tools
default.nix
+2
-1
pkgs/tools/filesystems/wiimms-iso-tools/default.nix
···
30
30
patchShebangs gen-text-file.sh
31
31
'';
32
32
33
33
-
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
33
33
+
# Workaround build failure on -fno-common toolchains like upstream gcc-10.
34
34
+
NIX_CFLAGS_COMPILE = "-Wno-error=format-security -fcommon";
34
35
INSTALL_PATH = "$out";
35
36
36
37
installPhase = ''