ortp: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-04 23:06:05 +01:00
parent bb8ee954be
commit 0b6bb60f62
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "12cwv593bsdnxs0zfcp07vwyk7ghlz2wv7vdbs1ksv293w3vj2rv";
};
NIX_CFLAGS_COMPILE = "-Wno-error=stringop-truncation";
buildInputs = [ bctoolbox ];
nativeBuildInputs = [ cmake ];