Skip to content

Commit 86d9de3

Browse files
committedJan 26, 2017
trustedGroup: fix build
1 parent 142696d commit 86d9de3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/tools/misc/grub/trusted.nix

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
4949

5050
hardeningDisable = [ "stackprotector" "pic" ];
5151

52+
NIX_CFLAGS_COMPILE = "-Wno-error"; # generated code redefines yyfree
53+
5254
preConfigure =
5355
'' for i in "tests/util/"*.in
5456
do

0 commit comments

Comments
 (0)