X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmysql.git;a=blobdiff_plain;f=mysql.spec;h=32b62379a0f9410f2468e2fbccf22784a97f727a;hp=a770e4ffd53f4c159835eefad3c0eba5283707b2;hb=c416e87bc210d66983b13b6e3f6df530cc870687;hpb=666aefa60f1a715ec92360072eaeb642e411a595 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 \ ..