bctoolbox: fix build w/gcc9

This commit is contained in:
Maximilian Bosch
2019-12-26 17:29:16 +01:00
parent fac07ceb2a
commit 5e35713702

View File

@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "1cxx243wyzkd4xnvpyqf97n0rjhfckpvw1vhwnbwshq3q6fra909";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-truncation" ];
meta = {
inherit version;
description = "Utilities library for Linphone";