diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-12 22:02:11 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:38 +0100 |
| commit | 6f9b762d029dfbf4a5a580801916e6f48d0226ad (patch) | |
| tree | 7c4f18d48ca746a34ba390ea65b51f6affa81902 /meta-gnome | |
| parent | ca8ddbe66c728577c8f0b4740ebeeda58438e3b9 (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 2 |
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" | |||
| 31 | inherit autotools gtk-doc pkgconfig gettext gobject-introspection | 31 | inherit autotools gtk-doc pkgconfig gettext gobject-introspection |
| 32 | 32 | ||
| 33 | # -ldb needs this on some platforms | 33 | # -ldb needs this on some platforms |
| 34 | LDFLAGS += "-lpthread" | 34 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" |
| 35 | 35 | ||
| 36 | # Parallel make shows many issues with this source code. | 36 | # Parallel make shows many issues with this source code. |
| 37 | # Current problems seem to be duplicate execution of the calander/backends | 37 | # Current problems seem to be duplicate execution of the calander/backends |
