tvheadend: fix build with gcc9
This commit is contained in:
parent
2706e7a961
commit
a0d2774f61
@ -25,7 +25,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-truncation" "-Wno-error=stringop-truncation" ];
|
||||||
|
|
||||||
# disable dvbscan, as having it enabled causes a network download which
|
# disable dvbscan, as having it enabled causes a network download which
|
||||||
# cannot happen during build.
|
# cannot happen during build.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user