[oe-commits] org.oe.dev eds-dbus: fix parse error

koen commit openembedded-commits at lists.openembedded.org
Sat Nov 11 22:41:33 UTC 2006


eds-dbus: fix parse error

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ff1402833d08a8f5af160fa1f00975b9aeb53e34
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ff1402833d08a8f5af160fa1f00975b9aeb53e34
Files:
1
packages/eds/eds-dbus_svn.bb
Diffs:

#
# mt diff -r8a47d0d00cab5e86e08099ec4e929206e3763276 -rff1402833d08a8f5af160fa1f00975b9aeb53e34
#
# 
# 
# patch "packages/eds/eds-dbus_svn.bb"
#  from [849ca6e1bcce27b70e3757b9118fbe92e36e15f2]
#    to [33f9220d0a4468f6c783999d1313bf0f48220169]
# 
============================================================
--- packages/eds/eds-dbus_svn.bb	849ca6e1bcce27b70e3757b9118fbe92e36e15f2
+++ packages/eds/eds-dbus_svn.bb	33f9220d0a4468f6c783999d1313bf0f48220169
@@ -18,7 +18,7 @@ inherit autotools pkgconfig
 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"
 






More information about the Openembedded-commits mailing list