From 82d89e63d6c8688e922ff38fae47fc60e5b77719 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 15 Sep 2022 06:43:30 -0400 Subject: [PATCH] stress-ng: fix build on x86_64 --- srcpkgs/stress-ng/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/stress-ng/template b/srcpkgs/stress-ng/template index 9594ed6d5ff..f9dae412b1e 100644 --- a/srcpkgs/stress-ng/template +++ b/srcpkgs/stress-ng/template @@ -1,7 +1,7 @@ # Template file for 'stress-ng' pkgname=stress-ng version=0.14.05 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=1 short_desc="Load and stress a computer system" @@ -10,3 +10,5 @@ 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=2ee20333d306037cf44f4e8d038bc6253106dcb54f37ee548e9adfd94a6a391c + +CFLAGS="-g1"