From: Kefu Chai Date: Thu, 28 Jun 2018 05:28:20 +0000 (+0800) Subject: do_freebsd.sh: disable rdma features X-Git-Tag: v14.0.1~977^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a8ec11114d1bc6403befc0a42764d014ba3844e;p=ceph.git do_freebsd.sh: disable rdma features FreeBSD does have libibiverb and librdmacm, but we disable them anyway for minimal dependency. Signed-off-by: Kefu Chai --- diff --git a/do_freebsd.sh b/do_freebsd.sh index c2e17e6f51f1..97000b4f954e 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -32,6 +32,7 @@ rm -rf build && ./do_cmake.sh "$*" \ -D WITH_LIBCEPHFS=OFF \ -D WITH_CEPHFS=OFF \ -D WITH_MGR=YES \ + -D WITH_RDMA=OFF \ -D WITH_SPDK=OFF \ 2>&1 | tee cmake.log