[Lunar-commits] <moonbase-other> mariadb: Disable OQGRAPH engine

Stefan Wold ratler at lunar-linux.org
Sun Sep 22 14:12:23 CEST 2013


commit cdecd98d3d6192919b78baba850a6f7ad692caa3
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 22 Sep 2013 04:05:34 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cdecd98d3d6192919b78baba850a6f7ad692caa3

mariadb: Disable OQGRAPH engine

OGRAPH does not build clean with boost 1.54. We will make this
engine optional once it has been fixed upstream (mariadb 10.x).
---
  sql/mariadb/BUILD | +1/-0     
  1 file changed, 1 insertion(+)

--- a/sql/mariadb/BUILD
+++ b/sql/mariadb/BUILD
@@ -26,6 +26,7 @@ OPTS+=" -DSYSCONFDIR=/etc/mysql \
 -DWITH_INNOBASE_STORAGE_ENGINE=1 \
 -DWITH_MYISAMMRG_STORAGE_ENGINE=1 \
 -DWITH_MYISAM_STORAGE_ENGINE=1 \
+-DWITHOUT_OQGRAPH_STORAGE_ENGINE=1 \
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1"
 
 




More information about the Lunar-commits mailing list