linuxPackages.accelio: turn off pic/format hardening
This commit is contained in:
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "172frqk2n43g0arhazgcwfvj0syf861vdzdpxl7idr142bb0ykf7";
|
||||
};
|
||||
|
||||
hardening_pic = false;
|
||||
hardening_format = false;
|
||||
|
||||
patches = [ ./fix-printfs.patch ];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user