summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:43:13 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:43:13 +0200
commit9abd70e390bd8ef2e8347677a2aedd00151f0712 (patch)
tree4a86c7d1fa710b98a27119957c588a2b6cf71532 /plugin
parentd48db97d0abec7b310fed362da93c575cbbd7124 (diff)
parent6f854d7cfee883cba95602760b71e3a368fe39f4 (diff)
downloadmariadb-git-9abd70e390bd8ef2e8347677a2aedd00151f0712.tar.gz
Merge 10.8 into 10.9
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)