diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-11 22:40:19 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-11 22:40:19 +0000 |
commit | f3088cbe5754d03762722ae4ca05de2063485864 (patch) | |
tree | a00321fab6e4f6bcc767475185f43ab5bf896a36 /packages/eds | |
parent | 8bad4242b4213a4daf61c9753e605327e41b9891 (diff) | |
parent | fd6b7558b3d515b25dd500293aee347bcbc38039 (diff) |
merge of '889b38d9aefee8fdff26966f3716f5e5a12ac8be'
and 'c370f7ef14194698681f362610060c2a106412ac'
Diffstat (limited to 'packages/eds')
-rw-r--r-- | packages/eds/eds-dbus_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/eds/eds-dbus_svn.bb b/packages/eds/eds-dbus_svn.bb index d5f32eb7dd..e56b41e595 100644 --- a/packages/eds/eds-dbus_svn.bb +++ b/packages/eds/eds-dbus_svn.bb @@ -18,7 +18,7 @@ S = "${WORKDIR}/trunk" inherit autotools pkgconfig # -ldb needs this on some platforms -export LDFLAGS += "-lpthread" +LDFLAGS += "-lpthread" EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy --without-soup --with-libdb=${STAGING_DIR}/${HOST_SYS} --disable-smime --disable-nss --disable-nntp --disable-gtk-doc" |