efibootmgr: patch for efivar-37

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-01-16 16:41:20 +01:00
parent e67f7b1d59
commit 252e1d550c
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,12 @@
--- src/efibootmgr.c 2019-01-16 16:38:24.694719888 +0100
+++ src/efibootmgr.c 2019-01-16 16:39:35.773715651 +0100
@@ -1536,9 +1536,6 @@
"invalid numeric value %s\n",
optarg);
}
- /* XXX efivar-36 accidentally doesn't have a public
- * header for this */
- extern int efi_set_verbose(int verbosity, FILE *errlog);
efi_set_verbose(opts.verbose - 2, stderr);
break;
case 'V':

View file

@ -1,7 +1,7 @@
# Template file for 'efibootmgr'
pkgname=efibootmgr
version=17
revision=1
revision=2
hostmakedepends="pkg-config"
makedepends="libefivar-devel popt-devel"
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"