efivar: update to 0.21.

This commit is contained in:
Enno Boland 2016-11-26 19:05:31 +01:00
parent 4f1b00afd1
commit a08fb09041

View File

@ -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