fix build error due to automake update 1.17

Signed-off-by: liweigang <liweiganga@uniontech.com>
(cherry picked from commit 6cde06d02cfca0684d63d05d4231d5a262e5cb71)
This commit is contained in:
liweigang 2024-07-22 17:22:38 +08:00 committed by openeuler-sync-bot
parent 9e4f0501e4
commit 126f9e3c6f

View File

@ -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 <liweiganga@uniontech.com> - 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 <cenxinghai@h-partners.com> - 4.5-8
- Type: bugfix
- ID: NA