mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
efibootmgr: patch for efivar-37
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
e67f7b1d59
commit
252e1d550c
2 changed files with 13 additions and 1 deletions
12
srcpkgs/efibootmgr/patches/efivar-efi_set_verbose.patch
Normal file
12
srcpkgs/efibootmgr/patches/efivar-efi_set_verbose.patch
Normal 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':
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'efibootmgr'
|
# Template file for 'efibootmgr'
|
||||||
pkgname=efibootmgr
|
pkgname=efibootmgr
|
||||||
version=17
|
version=17
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libefivar-devel popt-devel"
|
makedepends="libefivar-devel popt-devel"
|
||||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||||
|
|
Loading…
Add table
Reference in a new issue