From: Koen Kooi Date: Fri, 7 Dec 2007 18:30:46 +0000 (+0000) Subject: enchant: add workaround for libstdc++ linking problem. Frobbing LDFLAGS doesn't help X-Git-Tag: Release-2010-05/1~8180^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce13db95ba691593fd17f17b2ceaed885bc3842;p=openembedded.git enchant: add workaround for libstdc++ linking problem. Frobbing LDFLAGS doesn't help --- diff --git a/packages/enchant/enchant_1.3.0.bb b/packages/enchant/enchant_1.3.0.bb index 4e257618fb..cceceebabf 100644 --- a/packages/enchant/enchant_1.3.0.bb +++ b/packages/enchant/enchant_1.3.0.bb @@ -15,6 +15,8 @@ SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${layout_prefix} --enable-aspell --disable-binreloc" +export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " + FILES_${PN} = "/usr/bin/* /usr/lib/enchant/*.so /usr/share/enchant /usr/lib/libenchant*.so.*" do_stage() {