]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: compilation of the ASIO front-end is enabled by default. 12073/head
authorRadoslaw Zarzynski <rzarzynski@mirantis.com>
Fri, 18 Nov 2016 18:18:40 +0000 (19:18 +0100)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Fri, 18 Nov 2016 18:23:46 +0000 (19:23 +0100)
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 <rzarzynski@mirantis.com>
CMakeLists.txt

index 61eca7e7c0450f6757578790ac1b7186e7883f05..d412bc84d14c2c6266e620ad35009d9ef199aab4 100644 (file)
@@ -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)