eds-dbus: fix parse error
authorKoen Kooi <koen@openembedded.org>
Sat, 11 Nov 2006 22:27:03 +0000 (22:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 11 Nov 2006 22:27:03 +0000 (22:27 +0000)
packages/eds/eds-dbus_svn.bb

index d5f32eb..e56b41e 100644 (file)
@@ -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"