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

Cherry-picked from Fedora: e96ef648dd
Related: #1971248
This commit is contained in:
Michal Schorm 2021-05-14 16:17:49 +02:00
parent df56f318a4
commit beec309d53

View File

@ -866,6 +866,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} \