mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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 New Issue
Block a user