From 4ab3ee59cc76ab95738bcadc8cb2fd29c37d7e85 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Jul 2021 20:29:20 +0800 Subject: [PATCH] memtestr.spec: fix failure by update GCC-10 Signed-off-by: Lu Weitao --- memtester.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/memtester.spec b/memtester.spec index 0812133..cba0615 100644 --- a/memtester.spec +++ b/memtester.spec @@ -2,7 +2,7 @@ Name: memtester Version: 4.3.0 -Release: 1 +Release: 2 Summary: A userspace utility for testing the memory subsystem for faults License: GPLv2 URL: http://pyropus.ca/software/memtester/ @@ -20,6 +20,7 @@ A userspace utility for testing the memory subsystem for faults. It's portable a %patch0 -p1 %build +sed -i '1 s/$/ -fcommon/' conf-cc %make_build %install @@ -39,6 +40,9 @@ make install DESTDIR="%{buildroot}" %{_mandir}/* %changelog +* Sat Jul 31 2021 Lu Weitao +- fix failure by upgrade to GCC-10 + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee