stress-ng: update to 0.16.03.
This commit is contained in:
parent
23f453ccb8
commit
3848596e99
|
@ -1,11 +0,0 @@
|
|||
--- a/Makefile.config
|
||||
+++ b/Makefile.config
|
||||
@@ -310,7 +310,7 @@
|
||||
|
||||
compiler: configdir
|
||||
@echo "checking compiler ..."
|
||||
- @$(CC) test/test-compiler.c -o test/test-compiler
|
||||
+ @$(HOST_CC) test/test-compiler.c -o test/test-compiler
|
||||
@echo "" > $(CONFIGS)/$$(./test/test-compiler)
|
||||
@rm -f test/test-compiler
|
||||
$(call check,test-glibc,HAVE_GLIBC,using glibc)
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'stress-ng'
|
||||
pkgname=stress-ng
|
||||
version=0.16.02
|
||||
version=0.16.03
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=1
|
||||
|
@ -9,11 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/ColinIanKing/stress-ng/"
|
||||
distfiles="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${version}.tar.gz"
|
||||
checksum=71ac375826cc58dcbcf5f1609959ed1a5afd71192c52025b5cb273baa3df2317
|
||||
|
||||
pre_build() {
|
||||
export HOST_CC="$CC_FOR_BUILD"
|
||||
}
|
||||
checksum=acd805ef904914864d279d076e8f50fd66e3d68c435fdd606670ec0bb0c4a356
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
|
|
Loading…
Reference in New Issue