From c4d9f6ff207355767208b6357e874266e76374fe Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Jul 19 2019 15:46:53 +0000 Subject: Fix typo --- 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 \