From a08fb09041a73ba72f3c97bd611cc159ffb67c37 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 26 Nov 2016 19:05:31 +0100 Subject: [PATCH] efivar: update to 0.21. --- srcpkgs/efivar/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/efivar/template b/srcpkgs/efivar/template index 390aa8a7f4e..63dbc9bde0e 100644 --- a/srcpkgs/efivar/template +++ b/srcpkgs/efivar/template @@ -11,7 +11,8 @@ only_for_archs="i686 i686-musl x86_64 x86_64-musl" distfiles="https://github.com/rhinstaller/efivar/releases/download/${version}/efivar-${version}.tar.bz2" checksum=04b9b9de9d9a1a013395400438a033daf4a4290f497ec5be04a120e2ac535094 -CFLAGS="-Wno-error=deprecated-declarations" +CFLAGS="-Wno-error -Wno-error=nonnull-compare -Wno-error=unused-const-variable=\ + -Wno-error=deprecated-declarations -Wno-error=strict-aliasing" do_build() { sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i src/test/Makefile