enchant: add workaround for libstdc++ linking problem. Frobbing LDFLAGS doesn't help
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Dec 2007 18:30:46 +0000 (18:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 7 Dec 2007 18:30:46 +0000 (18:30 +0000)
packages/enchant/enchant_1.3.0.bb

index 4e25761..cceceeb 100644 (file)
@@ -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() {