Commit 19b24b29 authored by unknown's avatar unknown

- removed some undefined non-weak symbols in libmysqlclient_r by

   setting LIBS to include @openss_libs@ (BUG#1652)
parent 74eae76e
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
target = libmysqlclient_r.la target = libmysqlclient_r.la
target_defs = -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@ target_defs = -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@
## LIBS = @LIBS@ LIBS = @LIBS@ @openssl_libs@
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \
-I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes) -I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment