libgksu: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-08-04 07:44:43 +00:00
parent e2844fcfc3
commit 3bff873314

View File

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