aspell: fix compilation for powerpc
authorKoen Kooi <koen@openembedded.org>
Tue, 2 Jan 2007 00:02:10 +0000 (00:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 2 Jan 2007 00:02:10 +0000 (00:02 +0000)
packages/aspell/aspell_0.50.5.bb

index 8b8c5e7..f685133 100644 (file)
@@ -15,6 +15,8 @@ FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir
 
 inherit autotools
 
+export CXXFLAGS += "-lstdc++"
+
 do_compile_prepend() {
        install ${WORKDIR}/mk-dirs_h.py ${S}/common/mk-dirs_h
 }