From 8bd2407e71585aaafd027ee6c49e73042f967035 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Fri, 18 Nov 2016 19:18:40 +0100 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3