mediastreamer: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-06 16:39:47 +01:00
parent 4cbe75c067
commit 34a69b9aec
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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";