mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Directories with .dylib files added to DYLD_LOIBRARY_PATH to allow plugins to use them.
mysql-test/mysql-test-run.pl: Directories added for mac to lybrary search paths. plugin/handler_socket/libhsclient/Makefile.am: Static build of library removed.
This commit is contained in:
@@ -8,6 +8,5 @@ inst_HEADERS = allocator.hpp config.hpp mutex.hpp string_util.hpp \
|
||||
lib_LTLIBRARIES = libhsclient.la
|
||||
libhsclient_la_SOURCES = config.cpp escape.cpp fatal.cpp hstcpcli.cpp \
|
||||
socket.cpp string_util.cpp
|
||||
libhsclient_la_LDFLAGS = -static
|
||||
libhsclient_la_CFLAGS = $(AM_CFLAGS)
|
||||
libhsclient_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user