forked from mirrors/nixpkgs
clean: turn off format and pic hardening
This commit is contained in:
parent
ee20b0d6a0
commit
b457f695d9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue