summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:44:42 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:44:42 +0200
commit936436ef437c73911c18854a8ce8dad1216331b8 (patch)
treeedce49320224104f7dd10980eb945c84ab86995f /plugin
parent71dedd0ebcd6c2c9735c2a55474725b38b8c2912 (diff)
parent9e652870429496e770fe8876703c0c2edf4ee43a (diff)
downloadmariadb-git-936436ef437c73911c18854a8ce8dad1216331b8.tar.gz
Merge 10.10 into 10.11
Diffstat (limited to 'plugin')
-rw-r--r--plugin/password_reuse_check/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/password_reuse_check/CMakeLists.txt b/plugin/password_reuse_check/CMakeLists.txt
index b9175eb9f74..6c816071747 100644
--- a/plugin/password_reuse_check/CMakeLists.txt
+++ b/plugin/password_reuse_check/CMakeLists.txt
@@ -1,2 +1,3 @@
-MYSQL_ADD_PLUGIN(password_reuse_check password_reuse_check.c)
+MYSQL_ADD_PLUGIN(password_reuse_check password_reuse_check.c
+ RECOMPILE_FOR_EMBEDDED)