summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@askmonty.org>2011-05-13 18:27:43 +0300
committerOleksandr Byelkin <sanja@askmonty.org>2011-05-13 18:27:43 +0300
commitbcee6652c6052cabd67f8d30c14e162235749d38 (patch)
tree2aef0b3d14d97e1f18b36cf3a14f90062fc4cda7 /plugin
parent8ecdd5e479d5f60c73c777ce914ab4a35d66216e (diff)
downloadmariadb-git-bcee6652c6052cabd67f8d30c14e162235749d38.tar.gz
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.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/handler_socket/libhsclient/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/handler_socket/libhsclient/Makefile.am b/plugin/handler_socket/libhsclient/Makefile.am
index 996ef34b121..343b41860b3 100644
--- a/plugin/handler_socket/libhsclient/Makefile.am
+++ b/plugin/handler_socket/libhsclient/Makefile.am
@@ -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)