summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:11:43 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 13:11:43 +0200
commit6f854d7cfee883cba95602760b71e3a368fe39f4 (patch)
tree2f652dddd52ca5cfb000025d6d96e8aa753cfba3 /plugin
parent035c4dd3e99a2f33dd6d94dcc7d11d64a8acce1b (diff)
parentf124d71ab75e0d449eb80fb909fa3b0ac4b191a8 (diff)
downloadmariadb-git-6f854d7cfee883cba95602760b71e3a368fe39f4.tar.gz
Merge 10.7 into 10.8
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)