From: Radoslaw Zarzynski Date: Fri, 18 Nov 2016 18:18:40 +0000 (+0100) Subject: rgw: compilation of the ASIO front-end is enabled by default. X-Git-Tag: v11.1.0~221^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12073%2Fhead;p=ceph.git rgw: compilation of the ASIO front-end is enabled by default. We're changing the default value because the previous one was a makeshift solution to not fail Ceph compilation due to the Beast's dependency on Boost >= 1.54 that wasn't available on CentoOS 7. As we got the in-tree Boost we can compile the ASIO front-end by default. Signed-off-by: Radoslaw Zarzynski --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 61eca7e7c045..d412bc84d14c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,7 +333,7 @@ if(WITH_RADOSGW) find_package(fcgi REQUIRED) endif(WITH_RADOSGW) -option(WITH_RADOSGW_ASIO_FRONTEND "Rados Gateway's ASIO frontend is enabled" OFF) +option(WITH_RADOSGW_ASIO_FRONTEND "Rados Gateway's ASIO frontend is enabled" ON) #option for CephFS option(WITH_CEPHFS "CephFS is enabled" ON)