mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
linuxPackages.accelio: turn off pic/format hardening
This commit is contained in:
parent
c3a98e7521
commit
77c020f754
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "172frqk2n43g0arhazgcwfvj0syf861vdzdpxl7idr142bb0ykf7";
|
||||
};
|
||||
|
||||
hardening_pic = false;
|
||||
hardening_format = false;
|
||||
|
||||
patches = [ ./fix-printfs.patch ];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user