mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
coreboot-utils: rebuild against pciutils-3.9.0
This commit is contained in:
parent
8d5afa5058
commit
a4724674b3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue