mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
build dynamic plugins with the -shared libtool option to avoid
double compilation
This commit is contained in:
parent
b7158601d3
commit
44fec70b79
12 changed files with 20 additions and 30 deletions
|
|
@ -40,8 +40,8 @@ libpbxt_la_LDFLAGS = -module
|
|||
# These are the warning Drizzle uses:
|
||||
# DRIZZLE_WARNINGS = -W -Wall -Wextra -pedantic -Wundef -Wredundant-decls -Wno-strict-aliasing -Wno-long-long -Wno-unused-parameter
|
||||
|
||||
libpbxt_la_CXXFLAGS = $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
|
||||
libpbxt_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN -std=c99
|
||||
libpbxt_la_CXXFLAGS = -shared $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
|
||||
libpbxt_la_CFLAGS = -shared $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN -std=c99
|
||||
|
||||
EXTRA_LIBRARIES = libpbxt.a
|
||||
noinst_LIBRARIES = libpbxt.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue