You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2014/04/03 22:24:04 UTC

svn commit: r1584379 - /qpid/trunk/qpid/cpp/src/linearstore.cmake

Author: kpvdr
Date: Thu Apr  3 20:24:03 2014
New Revision: 1584379

URL: http://svn.apache.org/r1584379
Log:
QPID-5661: Set default cmake build to exclude linearstore

Modified:
    qpid/trunk/qpid/cpp/src/linearstore.cmake

Modified: qpid/trunk/qpid/cpp/src/linearstore.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/linearstore.cmake?rev=1584379&r1=1584378&r2=1584379&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/linearstore.cmake (original)
+++ qpid/trunk/qpid/cpp/src/linearstore.cmake Thu Apr  3 20:24:03 2014
@@ -39,8 +39,8 @@ else (DEFINED linearstore_force)
                 #
                 # allow linearstore to be built
                 #
-                message(STATUS "BerkeleyDB for C++ and libaio found, Linearstore support enabled")
-                set (linearstore_default ON)
+                message(STATUS "BerkeleyDB for C++ and libaio found, Linearstore support may be enabled (currently experimental and disabled by default)")
+                set (linearstore_default OFF) # Temporarily disabled
             else (HAVE_AIO AND HAVE_AIO_H)
                 if (NOT HAVE_AIO)
                     message(STATUS "Linearstore requires libaio which is absent.")



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org