From: Marcin Krol Date: Tue, 6 Oct 2015 10:29:43 +0000 (+0000) Subject: - disable tokudb, broken build X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmysql.git;a=commitdiff_plain;h=c416e87bc210d66983b13b6e3f6df530cc870687 - disable tokudb, broken build --- diff --git a/mysql.spec b/mysql.spec index a770e4f..32b6237 100644 --- a/mysql.spec +++ b/mysql.spec @@ -23,7 +23,7 @@ %bcond_with tests # FIXME: don't run correctly %bcond_with ndb # NDB is now a separate product, this here is broken, so disable it -%define rel 1 +%define rel 2 %define percona_rel 74.0 %include /usr/lib/rpm/macros.perl Summary: MySQL: a very fast and reliable SQL database engine @@ -548,6 +548,8 @@ cd build -DWITH_PIC=ON \ -DWITH_READLINE=system \ -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \ + -DWITHOUT_TOKUDB=1 \ + -DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \ -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \ -DWITH_ZLIB=system \ ..