aboutsummaryrefslogtreecommitdiffstats
path: root/packages/eds
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-11 22:27:03 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-11 22:27:03 +0000
commit6913c5815ed2be900e2104e2ea9338eecdee73a5 (patch)
treee10ba03a270464e5e515eb039d3b7fd3b62a6574 /packages/eds
parent6c336754040826bcb117adcee801471ed69eed94 (diff)
downloadopenembedded-6913c5815ed2be900e2104e2ea9338eecdee73a5.tar.gz
eds-dbus: fix parse error
Diffstat (limited to 'packages/eds')
-rw-r--r--packages/eds/eds-dbus_svn.bb2
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"