grsecurity: simplify preConfigure
This commit is contained in:
parent
a69501a936
commit
39db90eaf6
1 changed files with 1 additions and 2 deletions
|
@ -121,8 +121,7 @@ let
|
|||
# additional build inputs for gcc plugins, required by some PaX/grsec features
|
||||
nativeBuildInputs = args.nativeBuildInputs ++ (with pkgs; [ gmp libmpc mpfr ]);
|
||||
|
||||
preConfigure = args.preConfigure or "" + ''
|
||||
rm localversion-grsec
|
||||
preConfigure = (args.preConfigure or "") + ''
|
||||
echo ${localver grkern} > localversion-grsec
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue