mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
lp:730035 Handlersocket does not load
-fimplicit-termplates must be in CXXFLAGS not in handlersocket_la_CXXFLAGS. otehrwise automake puts it in the command line too early to override global -fno-implicit-templates
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
pkgplugindir = $(PLUGIN_DIR)
|
||||
CXXFLAGS += -fimplicit-templates
|
||||
noinst_HEADERS = database.hpp hstcpsvr.hpp hstcpsvr_worker.hpp mysql_incl.hpp
|
||||
pkgplugin_LTLIBRARIES = handlersocket.la
|
||||
handlersocket_la_LDFLAGS = -module ../libhsclient/libhsclient.la
|
||||
handlersocket_la_CXXFLAGS = $(MYSQL_INC) $(MYSQL_CFLAGS) $(AM_CXXFLAGS) -fimplicit-templates -I$(srcdir)/../libhsclient
|
||||
handlersocket_la_CXXFLAGS = $(MYSQL_INC) $(MYSQL_CFLAGS) $(AM_CXXFLAGS) -I$(srcdir)/../libhsclient
|
||||
handlersocket_la_SOURCES = database.cpp handlersocket.cpp \
|
||||
hstcpsvr_worker.cpp hstcpsvr.cpp
|
||||
|
Reference in New Issue
Block a user