Commit 9f46f7d6 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed building of mariadb-native in Ubuntu 13.10 - copied from...

fixed building of mariadb-native in Ubuntu 13.10 - copied from http://lists.openembedded.org/pipermail/openembedded-devel/2013-December/093379.html
parent 32a711b4
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index 7a2c92e..eee501e 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -92,7 +92,7 @@ INC_LIB= $(top_builddir)/regex/libregex.la \
@ndbcluster_libs@ @NDB_SCI_LIBS@ \
@mysql_embedded_plugin_libs@ \
$(libevent_inc_libs) \
- $(yassl_inc_libs)
+ $(yassl_inc_libs) @LIBDL@
if HAVE_YASSL
yassl_inc_libs= $(top_builddir)/extra/yassl/src/libyassl.la \
# Copied the patch to fix building in Ubuntu 13.10
# link: http://lists.openembedded.org/pipermail/openembedded-devel/2013-December/093379.html
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append += "file://fix-link-error-ub1310.patch "
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