stress-ng: update to 0.16.04

This commit is contained in:
Rudi Heitbaum 2023-07-17 11:45:26 +00:00
parent d6bcff795e
commit 9100fe6424
2 changed files with 2 additions and 13 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="stress-ng"
PKG_VERSION="0.16.02"
PKG_SHA256="71ac375826cc58dcbcf5f1609959ed1a5afd71192c52025b5cb273baa3df2317"
PKG_VERSION="0.16.04"
PKG_SHA256="3453719508e9e02c57a736c154408538372d078be7dcf8e0165d37a821cdba45"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/ColinIanKing/stress-ng"
PKG_URL="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${PKG_VERSION}.tar.gz"

View File

@ -1,11 +0,0 @@
--- a/Makefile.config 2023-07-13 07:58:21.000000000 +0000
+++ b/Makefile.config 2023-07-16 05:05:35.766646855 +0000
@@ -311,7 +311,7 @@
compiler: configdir
@echo "checking compiler ..."
@$(CC) test/test-compiler.c -o test/test-compiler
- @echo "" > $(CONFIGS)/$$(./test/test-compiler)
+ @echo "" > $(CONFIGS)/HAVE_COMPILER_GCC
@rm -f test/test-compiler
$(call check,test-glibc,HAVE_GLIBC,using glibc)