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

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
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
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 \ 
+4 −0
Original line number Original line Diff line number Diff line
# 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 "