From 9a8ec11114d1bc6403befc0a42764d014ba3844e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 28 Jun 2018 13:28:20 +0800 Subject: [PATCH] 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 --- do_freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/do_freebsd.sh b/do_freebsd.sh index c2e17e6f51f1f..97000b4f954ef 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 -- 2.39.5