]> TLD Linux GIT Repositories - packages/mysql.git/commitdiff
- disable tokudb, broken build
authorMarcin Krol <hawk@tld-linux.org>
Tue, 6 Oct 2015 10:29:43 +0000 (10:29 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 6 Oct 2015 10:29:43 +0000 (10:29 +0000)
mysql.spec

index a770e4ffd53f4c159835eefad3c0eba5283707b2..32b62379a0f9410f2468e2fbccf22784a97f727a 100644 (file)
@@ -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 \
        ..