mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stress-ng: update to 0.16.03.
This commit is contained in:
parent
23f453ccb8
commit
3848596e99
2 changed files with 2 additions and 17 deletions
|
@ -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'
|
# Template file for 'stress-ng'
|
||||||
pkgname=stress-ng
|
pkgname=stress-ng
|
||||||
version=0.16.02
|
version=0.16.03
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=1
|
make_use_env=1
|
||||||
|
@ -9,11 +9,7 @@ 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=71ac375826cc58dcbcf5f1609959ed1a5afd71192c52025b5cb273baa3df2317
|
checksum=acd805ef904914864d279d076e8f50fd66e3d68c435fdd606670ec0bb0c4a356
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
export HOST_CC="$CC_FOR_BUILD"
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue