mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
linuxPackages.blcr: turn off pic hardening
This commit is contained in:
parent
5e9df54d19
commit
322e086e4d
@ -19,6 +19,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ perl makeWrapper ];
|
||||
|
||||
hardening_pic = false;
|
||||
|
||||
preConfigure = ''
|
||||
configureFlagsArray=(
|
||||
--with-linux=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build
|
||||
@ -33,7 +35,7 @@ stdenv.mkDerivation {
|
||||
wrapProgram "$prog" --prefix LD_LIBRARY_PATH ":" "$out/lib"
|
||||
done
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Berkeley Lab Checkpoint/Restart for Linux (BLCR)";
|
||||
homepage = https://ftg.lbl.gov/projects/CheckpointRestart/;
|
||||
|
Loading…
Reference in New Issue
Block a user