From e96ef648ddf4bc11675896036815e4ff451484eb Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 14 May 2021 16:17:49 +0200 Subject: [PATCH] Explicitly disable building of the Columnstore SE until it is packed properly Undefined behaviour leads to the SE being built by default on systems that have the necessary devel package installed Resolves: #1960161 --- mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.spec b/mariadb.spec index 8ac05ae..3494a41 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -863,6 +863,7 @@ fi -DPLUGIN_SPHINX=%{?with_sphinx:DYNAMIC}%{!?with_sphinx:NO} \ -DPLUGIN_CONNECT=%{?with_connect:DYNAMIC}%{!?with_connect:NO} \ -DPLUGIN_S3=%{?with_s3:DYNAMIC}%{!?with_s3:NO} \ + -DPLUGIN_COLUMNSTORE=NO \ -DPLUGIN_CLIENT_ED25519=OFF \ -DPYTHON_SHEBANG=%{python_path} \ -DPLUGIN_CACHING_SHA2_PASSWORD=%{?with_clibrary:DYNAMIC}%{!?with_clibrary:OFF} \