From 0ad70031b66203bdc6fb6fef4ee68fc7e241663b Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sat, 16 Jun 2018 21:24:00 +0200 Subject: [PATCH] Disable AWS_KEY_MANAGEMENT plugin build It needs git and it clones repository from the GitHub during the build process --- mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.spec b/mariadb.spec index d98aba4..fafcf30 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -853,6 +853,7 @@ export CFLAGS CXXFLAGS -DPLUGIN_TOKUDB=%{?with_tokudb:DYNAMIC}%{!?with_tokudb:NO} \ -DPLUGIN_CONNECT=%{?with_connect:DYNAMIC}%{!?with_connect:NO} \ -DWITH_CASSANDRA=%{?with_cassandra:TRUE}%{!?with_cassandra:FALSE} \ + -DPLUGIN_AWS_KEY_MANAGEMENT=NO \ -DCONNECT_WITH_MONGO=OFF \ -DCONNECT_WITH_JDBC=OFF \ %{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON}