From f007f82881b4294fa00236780309522863259546 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 9 Feb 2015 20:53:28 +0100 Subject: MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbot include oqgraph into deb packages conditionally, just like we do with tokudb --- storage/oqgraph/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/oqgraph') diff --git a/storage/oqgraph/CMakeLists.txt b/storage/oqgraph/CMakeLists.txt index 7b110b7de5a..0a3cabcd03c 100644 --- a/storage/oqgraph/CMakeLists.txt +++ b/storage/oqgraph/CMakeLists.txt @@ -52,4 +52,5 @@ IF(BOOST_OK) MYSQL_ADD_PLUGIN(oqgraph ha_oqgraph.cc graphcore.cc STORAGE_ENGINE MODULE_ONLY) + SET(OQGRAPH_DEB_FILES "usr/lib/mysql/plugin/ha_oqgraph.so\n" PARENT_SCOPE) ENDIF(BOOST_OK) -- cgit v1.2.1