From b457f695d99ad040bb72b0f3de6cfaefc68ae12c Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 8 Feb 2016 09:55:18 +0000 Subject: clean: turn off format and pic hardening --- pkgs/development/compilers/clean/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/compilers/clean/default.nix b/pkgs/development/compilers/clean/default.nix index 7f3e679e8476..dcb7350fbbb2 100644 --- a/pkgs/development/compilers/clean/default.nix +++ b/pkgs/development/compilers/clean/default.nix @@ -14,6 +14,9 @@ stdenv.mkDerivation rec { }) else throw "Architecture not supported"; + hardening_format = false; + hardening_pic = false; + # clm uses timestamps of dcl, icl, abc and o files to decide what must be rebuild # and for chroot builds all of the library files will have equal timestamps. This # makes clm try to rebuild the library modules (and fail due to absence of write permission -- cgit 1.4.1