From a4724674b31762833adc916c95d62b4ce4c39129 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 19 Dec 2022 07:21:25 -0500 Subject: [PATCH] coreboot-utils: rebuild against pciutils-3.9.0 --- srcpkgs/coreboot-utils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/coreboot-utils/template b/srcpkgs/coreboot-utils/template index d7a151a92eb..d01eb38b29c 100644 --- a/srcpkgs/coreboot-utils/template +++ b/srcpkgs/coreboot-utils/template @@ -1,7 +1,7 @@ # Template file for 'coreboot-utils' pkgname=coreboot-utils version=4.17 -revision=1 +revision=2 archs="i686* x86_64*" build_wrksrc="util" build_style=gnu-makefile @@ -16,7 +16,7 @@ checksum=95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125 do_build() { for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \ nvramtool superiotool; do - make ${makejobs} -C $util + make ${makejobs} -C $util WERROR= done }