mediastreamer: fix build with gcc9
This commit is contained in:
parent
4cbe75c067
commit
34a69b9aec
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-DGIT_VERSION=\"v2.14.0\""
|
"-DGIT_VERSION=\"v2.14.0\""
|
||||||
"-Wno-error=deprecated-declarations"
|
"-Wno-error=deprecated-declarations"
|
||||||
"-Wno-error=cast-function-type"
|
"-Wno-error=cast-function-type"
|
||||||
|
"-Wno-error=stringop-truncation"
|
||||||
|
"-Wno-error=stringop-overflow"
|
||||||
];
|
];
|
||||||
NIX_LDFLAGS = "-lXext -lssl";
|
NIX_LDFLAGS = "-lXext -lssl";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user