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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to