From 252e1d550c6383831e85ead0dba971a3f1fd93e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 16 Jan 2019 16:41:20 +0100 Subject: [PATCH] efibootmgr: patch for efivar-37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- .../efibootmgr/patches/efivar-efi_set_verbose.patch | 12 ++++++++++++ srcpkgs/efibootmgr/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/efibootmgr/patches/efivar-efi_set_verbose.patch diff --git a/srcpkgs/efibootmgr/patches/efivar-efi_set_verbose.patch b/srcpkgs/efibootmgr/patches/efivar-efi_set_verbose.patch new file mode 100644 index 00000000000..1d4ab7dff5e --- /dev/null +++ b/srcpkgs/efibootmgr/patches/efivar-efi_set_verbose.patch @@ -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': diff --git a/srcpkgs/efibootmgr/template b/srcpkgs/efibootmgr/template index 8c8dd3aa752..2545291e6c6 100644 --- a/srcpkgs/efibootmgr/template +++ b/srcpkgs/efibootmgr/template @@ -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"