[mariadb/f20] Fix typos in the cmake call

Honza Horak hhorak at fedoraproject.org
Tue Aug 26 13:06:41 UTC 2014


commit 6c385618588100a5a2be824fd8de637204e2f883
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 69a9c72..e3b5b58 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -354,10 +354,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