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";
|
sha256 = "172frqk2n43g0arhazgcwfvj0syf861vdzdpxl7idr142bb0ykf7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_pic = false;
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patches = [ ./fix-printfs.patch ];
|
patches = [ ./fix-printfs.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user