checkinstall: turn off fortify

This commit is contained in:
Robin Gloster 2016-02-09 01:03:24 +00:00
parent 9c3ab53960
commit 6be9164b97

View File

@ -44,6 +44,8 @@ stdenv.mkDerivation {
buildInputs = [gettext];
hardening_fortify = false;
preBuild = ''
makeFlagsArray=(PREFIX=$out)