Skip to content
Snippets Groups Projects
Verified Commit cd9523f0 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/mariadb: actually disable evil things instead of just talking about it

parent 786e32e3
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,12 @@ build() {
-DCONNECT_WITH_JDBC=NO \
-DCONNECT_WITH_LIBXML2=system "
# non-portable things, things that don't work on musl, BE, 32-bit etc
local _evil="\
-DPLUGIN_MROONGA=NO \
-DPLUGIN_ROCKSDB=NO \
-DPLUGIN_TOKUDB=NO "
local _system_libs="\
-DWITH_LIBARCHIVE=system \
-DWITH_PCRE=system \
......@@ -112,12 +118,6 @@ build() {
-DWITH_EXTERNAL_ZLIB=YES \
-DCONC_WITH_EXTERNAL_ZLIB=YES "
# non-portable things, things that don't work on musl, BE, 32-bit etc
local _evil="\
-DPLUGIN_MROONGA=NO \
-DPLUGIN_ROCKSDB=NO \
-DPLUGIN_TOKUDB=NO "
local _system_paths="\
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc/mysql \
......@@ -144,6 +144,7 @@ build() {
${_plugins}\
${_innodb}\
${_connect}\
${_evil}\
${_system_libs}\
${_system_paths}\
${CMAKE_CROSSOPTS}" | tr -d '\t')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment