From 34a69b9aec30af79b67a29ba80c065c0b3b63669 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 6 Nov 2019 16:39:47 +0100 Subject: [PATCH] mediastreamer: fix build with gcc9 --- pkgs/development/libraries/mediastreamer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/mediastreamer/default.nix b/pkgs/development/libraries/mediastreamer/default.nix index 93e73a44bc9..b482176ff29 100644 --- a/pkgs/development/libraries/mediastreamer/default.nix +++ b/pkgs/development/libraries/mediastreamer/default.nix @@ -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";