summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2013-12-12 16:13:34 +0000
committerKim van der Riet <kpvdr@apache.org>2013-12-12 16:13:34 +0000
commit406f56e32fbd5bca15dc86f3124c3d6fbc51e33e (patch)
treefc3d0c6a3d3a4f640f37f35f32b86e352f18c84c
parent8512729ec19d2f1e26bcefcf7da0c470a08242fd (diff)
downloadqpid-python-406f56e32fbd5bca15dc86f3124c3d6fbc51e33e.tar.gz
QPID-5402 Disable default build of linearstore in cmake
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1550445 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/linearstore.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/linearstore.cmake b/qpid/cpp/src/linearstore.cmake
index a42b94699c..65e65107ee 100644
--- a/qpid/cpp/src/linearstore.cmake
+++ b/qpid/cpp/src/linearstore.cmake
@@ -45,8 +45,8 @@ else (DEFINED linearstore_force)
#
# allow linearstore to be built
#
- message(STATUS "BerkeleyDB for C++, libaio and uuid found, Linearstore support enabled")
- set (linearstore_default ON)
+ message(STATUS "BerkeleyDB for C++, libaio and uuid found, Linearstore support may be enabled (currently experimental and disabled by default)")
+ set (linearstore_default OFF) # Temporarily disabled
else (HAVE_UUID AND HAVE_UUID_H)
if (NOT HAVE_UUID)
message(STATUS "Linearstore requires uuid which is absent.")