mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
BUG#19907 - simple_parser plugin cannot be installed
The problem was that simple_parser was compiled as static plugin, which is intended to be linked into server, but not plugged. This patch makes simple_parser to be compiled as dynamic plugin by adding -DMYSQL_DYNAMIC_PLUGIN into CFLAGS. plugin/fulltext/Makefile.am: Compile mypluglib as dynamic mysql plugin.
This commit is contained in:
parent
481ba7789b
commit
fe7716dad9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ noinst_LTLIBRARIES= mypluglib.la
|
|||
#pkglib_LTLIBRARIES= mypluglib.la
|
||||
mypluglib_la_SOURCES= plugin_example.c
|
||||
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
|
||||
|
||||
mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue