stress-ng: update to 0.15.04.

This commit is contained in:
Leah Neukirchen 2023-02-17 19:26:49 +01:00
parent 98fa8e50e1
commit c8ae486288
1 changed files with 2 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'stress-ng' # Template file for 'stress-ng'
pkgname=stress-ng pkgname=stress-ng
version=0.15.03 version=0.15.04
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=1 make_use_env=1
@ -9,16 +9,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/ColinIanKing/stress-ng/" homepage="https://github.com/ColinIanKing/stress-ng/"
distfiles="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${version}.tar.gz" distfiles="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${version}.tar.gz"
checksum=7cceca64da37fd3c8db7167ed386fd7d3e1d9d6891a1f6227911ab8d4b17379c checksum=92922b979b5ca6ee05b03fd792c32a0b25a01fea6161b418b5e672c64ffb549f
case "$XBPS_MACHINE" in
# stress-vecshuf.c:107:39: internal compiler error: in expand_debug_locations, at cfgexpand.c:5458
x86_64) nodebug=yes;;
esac
post_patch() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
sed -i 's/list_methods\[\]/list_methods[0]/g' stress-list.c
fi
}