diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 993357e..56dd10e 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -80,7 +80,7 @@ export CFLAGS CXXFLAGS # so we can't use %%{_datadir} and so forth here. %cmake . \ - -DCMAKE_BUILD_TYPE="%{?with_debug:Debug}%{!?with_tokudb:RelWithDebInfo}" \ + -DCMAKE_BUILD_TYPE="%{?with_debug:Debug}%{!?with_debug:RelWithDebInfo}" \ -DCMAKE_SYSTEM_PROCESSOR="%{_arch}" \ \ -DMARIADB_UNIX_ADDR=%{_sharedstatedir}/mysql/mysql.sock \