graphviz: turn off fortify hardening

This commit is contained in:
Robin Gloster 2016-02-12 01:25:17 +00:00
parent 7f4f7fbb93
commit 071bdd4639

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
]
++ stdenv.lib.optional (xorg == null) "--without-x";
hardening_fortify = false;
preBuild = ''
sed -e 's@am__append_5 *=.*@am_append_5 =@' -i lib/gvc/Makefile
'';