Commit fa461d4c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded efibootmgr to 17

parent 75289de9
all: all:
tar xf efibootmgr-16.tar.bz2 tar xf efibootmgr-17.tar.gz
$(MAKE) -C efibootmgr-16 EFIDIR=/boot/efi patch -Np1 -d efibootmgr-17 < efibootmgr-17-fix_outdated_hotfix.patch
install -v -D -m0755 efibootmgr-16/src/efibootmgr /usr/sbin/efibootmgr $(MAKE) -C efibootmgr-17 EFIDIR=/boot/efi
install -v -D -m0644 efibootmgr-16/src/efibootmgr.8 /usr/share/man/man8/efibootmgr.8 install -v -D -m0755 efibootmgr-17/src/efibootmgr /usr/sbin/efibootmgr
install -v -D -m0644 efibootmgr-16/src/efibootdump.8 /usr/share/man/man8/efibootdump.8 install -v -D -m0644 efibootmgr-17/src/efibootmgr.8 /usr/share/man/man8/efibootmgr.8
rm -rf efibootmgr-16 install -v -D -m0644 efibootmgr-17/src/efibootdump.8 /usr/share/man/man8/efibootdump.8
rm -rf efibootmgr-17
diff -uNr efibootmgr-17/src/efibootmgr.c efibootmgr-17-fix_outdated_hotfix/src/efibootmgr.c
--- efibootmgr-17/src/efibootmgr.c 2018-06-11 05:42:10.000000000 +0930
+++ efibootmgr-17-fix_outdated_hotfix/src/efibootmgr.c 2022-11-03 13:31:35.116461573 +1030
@@ -1538,7 +1538,6 @@
}
/* 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':
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment