all platform provide the RDMA stack

This commit is contained in:
Dan Horák 2018-03-20 14:19:57 +01:00
parent 97c4e2fb04
commit 476b98d21e

View File

@ -83,11 +83,6 @@
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
# No RDMA Support on s390(x)
%ifarch s390 s390x %{arm}
%global _without_rdma --disable-ibverbs
%endif
# server
# if you wish to build rpms without server components, compile like this
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without server