%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
-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 \
..