[mariadb/f19] Fix typos in the cmake call

Honza Horak hhorak at fedoraproject.org
Tue Aug 26 16:27:18 UTC 2014


commit 5acfd0f75266a80aa9a0be09228a3707157aef92
Author: Honza Horak <hhorak at redhat.com>
Date:   Tue Aug 26 15:06:33 2014 +0200

    Fix typos in the cmake call

 mariadb.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index 7ad9747..59ab724 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -351,10 +351,10 @@ cmake . -DBUILD_CONFIG=mysql_release \
 	-DWITH_SSL=system \
 	-DWITH_ZLIB=system \
 %if %{with tokudb}
-	-DWITH_JEMALLOC=yes} \
+	-DWITH_JEMALLOC=yes \
 %else
-	-DWITH_JEMALLOC=no} \
-	-DWITHOUT_TOKUDB=ON}\
+	-DWITH_JEMALLOC=no \
+	-DWITHOUT_TOKUDB=ON \
 %endif
 	-DTMPDIR=%{_localstatedir}/tmp \
 	-DWITH_MYSQLD_LDFLAGS="-Wl,-z,relro,-z,now"


More information about the scm-commits mailing list