]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do_freebsd.sh: disable rdma features
authorKefu Chai <kchai@redhat.com>
Thu, 28 Jun 2018 05:28:20 +0000 (13:28 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 28 Jun 2018 15:26:28 +0000 (23:26 +0800)
FreeBSD does have libibiverb and librdmacm, but we disable them anyway
for minimal dependency.

Signed-off-by: Kefu Chai <kchai@redhat.com>
do_freebsd.sh

index c2e17e6f51f1f24a3efaa63c840ed80bd879709f..97000b4f954ef61fe0e418e3a868f125fcb90cc5 100755 (executable)
@@ -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