graphviz: turn off fortify hardening
This commit is contained in:
parent
7f4f7fbb93
commit
071bdd4639
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
]
|
]
|
||||||
++ stdenv.lib.optional (xorg == null) "--without-x";
|
++ stdenv.lib.optional (xorg == null) "--without-x";
|
||||||
|
|
||||||
|
hardening_fortify = false;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
sed -e 's@am__append_5 *=.*@am_append_5 =@' -i lib/gvc/Makefile
|
sed -e 's@am__append_5 *=.*@am_append_5 =@' -i lib/gvc/Makefile
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user