mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
cleanup
include/my_sys.h: sort_dynamic() mysys/my_once.c: MY_ZEROFILL support in my_once_alloc plugin/fulltext/Makefile.am: no lib prefix for modules. really build .so scripts/mysql_create_system_tables.sh: remove obsolete syntax (and warnings) sql/sql_parse.cc: don't call add_to_status/bzero in a loop
This commit is contained in:
parent
c81a379c5b
commit
88469c807e
5 changed files with 18 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
INCLUDES= -I$(top_builddir)/include
|
||||
noinst_LTLIBRARIES= libmypluglib.la
|
||||
libmypluglib_la_SOURCES= plugin_example.c
|
||||
libmypluglib_la_LDFLAGS= -module
|
||||
noinst_LTLIBRARIES= mypluglib.la
|
||||
mypluglib_la_SOURCES= plugin_example.c
|
||||
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue