clean: turn off format and pic hardening

This commit is contained in:
Robin Gloster 2016-02-08 09:55:18 +00:00
parent ee20b0d6a0
commit b457f695d9

View File

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
}) })
else throw "Architecture not supported"; 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 # 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 # 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 # makes clm try to rebuild the library modules (and fail due to absence of write permission