opae: fix build with gcc9
This commit is contained in:
parent
8e63a6cd13
commit
d2ad88faf9
@ -20,6 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [
|
||||||
|
"-Wno-error=format-truncation"
|
||||||
|
"-Wno-error=address-of-packed-member"
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake doxygen perl python2Packages.sphinx ];
|
nativeBuildInputs = [ cmake doxygen perl python2Packages.sphinx ];
|
||||||
buildInputs = [ libuuid json_c python2 ];
|
buildInputs = [ libuuid json_c python2 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user