opae: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 13:39:35 +01:00
parent 8e63a6cd13
commit d2ad88faf9
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -20,6 +20,11 @@ stdenv.mkDerivation rec {
doCheck = false;
NIX_CFLAGS_COMPILE = [
"-Wno-error=format-truncation"
"-Wno-error=address-of-packed-member"
];
nativeBuildInputs = [ cmake doxygen perl python2Packages.sphinx ];
buildInputs = [ libuuid json_c python2 ];