mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-33723 Mroonga ignored WITHOUT_DYNAMIC_PLUGINS
Make WITHOUT_DYNAMIC_PLUGINS ignore mrooonga also in its own DIY version of MYSQL_ADD_PLUGIN
This commit is contained in:
parent
a13e521bc5
commit
7d36919f4b
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ if(MRN_BUNDLED)
|
|||
"${PLUGIN_MROONGA}" STREQUAL "NO")
|
||||
return()
|
||||
endif()
|
||||
if(WITHOUT_DYNAMIC_PLUGINS)
|
||||
if(NOT (PLUGIN_MROONGA STREQUAL STATIC))
|
||||
return()
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(MRN_BUNDLED_GROONGA_RELATIVE_DIR "vendor/groonga")
|
||||
|
|
Loading…
Add table
Reference in a new issue