Skip to content

Commit

Permalink
efivar: fix build with gcc10
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejsk committed Jun 26, 2020
1 parent 731f5fb commit 53a85c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ make_host() {
make -C src/ include/efivar/efivar-guids.h
}

pre_make_target() {
sed -e 's/-Werror//' -i gcc.specs
}

make_target() {
make -C src/ libefivar.a libefiboot.a efivar.h efivar
}
Expand Down

0 comments on commit 53a85c0

Please sign in to comment.