From dd25cce7b3cf335f8cb8361a82d1f8d44425fb7d Mon Sep 17 00:00:00 2001 From: mariadbbuilder_pel7ppc64lebuilder0 Date: Fri, 1 Nov 2019 09:48:02 +0100 Subject: [PATCH] mariadb remove tokudb from all except x64 Signed-off-by: mariadbbuilder_pel7ppc64lebuilder0 --- SPECS/mariadb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/mariadb.spec b/SPECS/mariadb.spec index b7ba612..371e92b 100644 --- a/SPECS/mariadb.spec +++ b/SPECS/mariadb.spec @@ -24,7 +24,7 @@ # TokuDB engine is now part of MariaDB, but it is available only for x86_64; # variable tokudb allows to build with TokuDB storage engine # Temporarily disabled in F21+ for https://mariadb.atlassian.net/browse/MDEV-6446 -%ifarch x86_64 #ppc64 ppc64le +%ifarch x86_64 %bcond_without tokudb %else %bcond_with tokudb