fwupdate: fix build with gcc9
This commit is contained in:
parent
abec42e8eb
commit
f7ba4a807f
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
|
|||||||
./do-not-create-sharedstatedir.patch
|
./do-not-create-sharedstatedir.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${gnu-efi}/include/efi" ];
|
NIX_CFLAGS_COMPILE = [ "-I${gnu-efi}/include/efi" "-Wno-error=address-of-packed-member" ];
|
||||||
|
|
||||||
# TODO: Just apply the disable to the efi subdir
|
# TODO: Just apply the disable to the efi subdir
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user