linuxPackages.accelio: turn off pic/format hardening

This commit is contained in:
Robin Gloster 2016-02-12 02:21:37 +00:00
parent c3a98e7521
commit 77c020f754

View File

@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
sha256 = "172frqk2n43g0arhazgcwfvj0syf861vdzdpxl7idr142bb0ykf7";
};
hardening_pic = false;
hardening_format = false;
patches = [ ./fix-printfs.patch ];
postPatch = ''