summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:43:41 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:43:41 +0200
commit9e652870429496e770fe8876703c0c2edf4ee43a (patch)
tree33e0280f26eba9c6ca1017d2f27fc1699fc493a6 /plugin
parentfc0120d184241dcd3688c096de01ac95a3ded962 (diff)
parent9abd70e390bd8ef2e8347677a2aedd00151f0712 (diff)
downloadmariadb-git-9e652870429496e770fe8876703c0c2edf4ee43a.tar.gz
Merge 10.9 into 10.10
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)