checkinstall: turn off fortify
This commit is contained in:
parent
9c3ab53960
commit
6be9164b97
@ -44,6 +44,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [gettext];
|
||||
|
||||
hardening_fortify = false;
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(PREFIX=$out)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user