mediastreamer: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-06 16:39:47 +01:00
parent 4cbe75c067
commit 34a69b9aec

View File

@@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
"-DGIT_VERSION=\"v2.14.0\""
"-Wno-error=deprecated-declarations"
"-Wno-error=cast-function-type"
"-Wno-error=stringop-truncation"
"-Wno-error=stringop-overflow"
];
NIX_LDFLAGS = "-lXext -lssl";