Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions qperf.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Group: Networking/Diagnostic
Source: http://www.openfabrics.org/downloads/qperf/%{name}-%{version}.tar.gz
Url: http://www.openfabrics.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf, automake
@RDMA_TRUE@BuildRequires: libibverbs-devel
@RDMA_TRUE@BuildRequires: librdmacm-devel

Expand All @@ -17,6 +18,7 @@ Measure socket and RDMA performance.
%setup -q

%build
./autogen.sh
%configure
export CFLAGS="$RPM_OPT_FLAGS"
%{__make}
Expand Down