From 3848596e992f083a820e3d5bde48c127c1cd4663 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 13 Aug 2023 21:19:04 +0200 Subject: [PATCH] stress-ng: update to 0.16.03. --- srcpkgs/stress-ng/patches/cross.patch | 11 ----------- srcpkgs/stress-ng/template | 8 ++------ 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/stress-ng/patches/cross.patch diff --git a/srcpkgs/stress-ng/patches/cross.patch b/srcpkgs/stress-ng/patches/cross.patch deleted file mode 100644 index d389a23e846..00000000000 --- a/srcpkgs/stress-ng/patches/cross.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/stress-ng/template b/srcpkgs/stress-ng/template index 90a75929ac1..fc1a5646821 100644 --- a/srcpkgs/stress-ng/template +++ b/srcpkgs/stress-ng/template @@ -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 " 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"