mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:37:48 +00:00
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";
|
||||
|
||||
hardening_fortify = false;
|
||||
|
||||
preBuild = ''
|
||||
sed -e 's@am__append_5 *=.*@am_append_5 =@' -i lib/gvc/Makefile
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user