flannel: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-08-24 19:00:11 +00:00
parent 210b94da49
commit 0e1b611a5b

View File

@ -7,6 +7,8 @@ buildGoPackage rec {
goPackagePath = "github.com/coreos/flannel";
hardeningDisable = [ "fortify" ];
src = fetchFromGitHub {
inherit rev;
owner = "coreos";