libgksu: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-08-04 07:44:43 +00:00
parent e2844fcfc3
commit 3bff873314
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
patches = [
# Patches from the gentoo ebuild