From 6f9b762d029dfbf4a5a580801916e6f48d0226ad Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 12 Feb 2017 22:02:11 +0100 Subject: evolution-data-server: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg