From d3bd5b1114e0c952a2ebf617e56644ffb618a978 Mon Sep 17 00:00:00 2001 From: liweigang Date: Mon, 22 Jul 2024 17:22:38 +0800 Subject: [PATCH] fix build error due to automake update 1.17 Signed-off-by: liweigang (cherry picked from commit 6cde06d02cfca0684d63d05d4231d5a262e5cb71) --- perftest.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/perftest.spec b/perftest.spec index a47c99f..3fc5a54 100644 --- a/perftest.spec +++ b/perftest.spec @@ -1,6 +1,6 @@ Name: perftest Version: 4.5 -Release: 8 +Release: 9 License: GPLv2 or BSD Summary: RDMA Performance Testing Tools Url: https://github.com/linux-rdma/perftest @@ -30,6 +30,7 @@ Perftest is a collection of simple tools for testing bandwidth and latency over %autosetup -p1 %build +./autogen.sh %configure %make_build CFLAGS+="-fPIC -g -Wall -D_GNU_SOURCE -O3" @@ -43,6 +44,12 @@ done %_bindir/* %changelog +* Mon Jul 22 2024 liweigang - 4.5-9 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix build error due to automake update 1.17 + * Mon Jul 8 2024 Xinghai Cen - 4.5-8 - Type: bugfix - ID: NA -- Gitee