aboutsummaryrefslogtreecommitdiffstats
path: root/packages/aspell
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-02 00:02:10 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-02 00:02:10 +0000
commit71b6748af99c9e31d0dbd0281743bdf506a2246b (patch)
treed058cd7beacbae9d3835a1c6f7d02647e5c5a4f5 /packages/aspell
parent91b80047232462a613ed043cc8f862d240cf6949 (diff)
downloadopenembedded-71b6748af99c9e31d0dbd0281743bdf506a2246b.tar.gz
aspell: fix compilation for powerpc
Diffstat (limited to 'packages/aspell')
-rw-r--r--packages/aspell/aspell_0.50.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/aspell/aspell_0.50.5.bb b/packages/aspell/aspell_0.50.5.bb
index 8b8c5e779b..f685133121 100644
--- a/packages/aspell/aspell_0.50.5.bb
+++ b/packages/aspell/aspell_0.50.5.bb
@@ -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
}