Skip to content

Commit 3775e7c

Browse files
committed
Fixed that file_key_management works with BUILD scripts
1 parent 120b73a commit 3775e7c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

BUILD/SETUP.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,11 @@ then
209209
base_configs="$base_configs --with-libedit"
210210
fi
211211

212-
max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max"
213-
max_no_qc_configs="$SSL_LIBRARY --with-plugins=max --without-query-cache"
214-
max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent --without-plugin=plugin_file_key_management --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC"
215-
all_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent"
212+
max_plugins="--with-plugins=max"
213+
max_no_embedded_configs="$SSL_LIBRARY $max_plugins"
214+
max_no_qc_configs="$SSL_LIBRARY $max_plugins --without-query-cache"
215+
max_configs="$SSL_LIBRARY $max_plugins --with-embedded-server --with-libevent --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC --with-plugin-file_key_management=DYNAMIC"
216+
all_configs="$SSL_LIBRARY $max_plugins --with-embedded-server --with-innodb_plugin --with-libevent"
216217

217218
#
218219
# CPU and platform specific compilation flags.

0 commit comments

Comments
 (0)