From c4d9f6ff207355767208b6357e874266e76374fe Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 19 Jul 2019 17:46:53 +0200 Subject: [PATCH] Fix typo --- mariadb-connector-c.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \