tgt: disable fortify3 hardening flag on aarch64
This commit is contained in:
parent
cf84ebf371
commit
91b10b224b
@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
|
||||
"-Wno-error=maybe-uninitialized"
|
||||
];
|
||||
|
||||
hardeningDisable = lib.optionals stdenv.isAarch64 [
|
||||
# error: 'read' writing 1 byte into a region of size 0 overflows the destination
|
||||
"fortify3"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"sysconfdir=${placeholder "out"}/etc"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user