[arch-commits] Commit in efitools/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Tue May 19 06:10:22 UTC 2020


    Date: Tuesday, May 19, 2020 @ 06:10:22
  Author: allan
Revision: 386023

upgpkg: efitools 1.9.2-2: FTBFS fix

Modified:
  efitools/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 06:08:39 UTC (rev 386022)
+++ PKGBUILD	2020-05-19 06:10:22 UTC (rev 386023)
@@ -4,7 +4,7 @@
 
 pkgname="efitools"
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for manipulating UEFI secure boot platforms"
 url="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
 arch=('x86_64')
@@ -26,6 +26,7 @@
 	cd "${pkgname}"
 	git clean -x -d -f
 	sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign/" Make.rules
+	sed -i "s/EFI_WARN_UNKOWN_GLYPH/EFI_WARN_UNKNOWN_GLYPH/" lib/console.c
 }
 
 build() {



More information about the arch-commits mailing list