From: Kefu Chai Date: Thu, 17 Oct 2019 14:22:06 +0000 (+0800) Subject: do_cmake.sh: enable amqp and rdma for EL8 X-Git-Tag: v15.1.0~1188^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6d594028005af926913aaf34abb52935faa2600d;p=ceph.git do_cmake.sh: enable amqp and rdma for EL8 the PowerTools repo now has the related dependencies, so let's enable them. Signed-off-by: Kefu Chai --- diff --git a/do_cmake.sh b/do_cmake.sh index edded7a8e701..8ea1b08f3e2d 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -23,8 +23,6 @@ if [ -r /etc/os-release ]; then MAJOR_VER=$(echo "$VERSION_ID" | sed -e 's/\..*$//') if [ "$MAJOR_VER" -ge "8" ] ; then PYBUILD="3.6" - ARGS+=" -DWITH_RADOSGW_AMQP_ENDPOINT=OFF" - ARGS+=" -DWITH_RDMA=OFF" fi ;; opensuse*|suse|sles)