aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-12 22:02:11 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:38 +0100
commit6f9b762d029dfbf4a5a580801916e6f48d0226ad (patch)
tree7c4f18d48ca746a34ba390ea65b51f6affa81902
parentca8ddbe66c728577c8f0b4740ebeeda58438e3b9 (diff)
downloadmeta-openembedded-contrib-6f9b762d029dfbf4a5a580801916e6f48d0226ad.tar.gz
evolution-data-server: fix build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
index aecf6a730b..ff3365bc90 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
@@ -31,7 +31,7 @@ S = "${WORKDIR}/git"
inherit autotools gtk-doc pkgconfig gettext gobject-introspection
# -ldb needs this on some platforms
-LDFLAGS += "-lpthread"
+LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
# Parallel make shows many issues with this source code.
# Current problems seem to be duplicate execution of the calander/backends