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