From: Graeme Gregory Date: Mon, 5 Jun 2006 10:56:00 +0000 (+0000) Subject: abiword_2.4.4.bb : add -Wl,--export-dynamic to the LDFLAGS in the .bb X-Git-Tag: Release-2010-05/1~9453^2~1419^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebfda772304b391ba19094c31c8682456de11b07;p=openembedded.git abiword_2.4.4.bb : add -Wl,--export-dynamic to the LDFLAGS in the .bb file. On x86 builds it seems to get this argument by luck from gmodule build arguments. This is needed to get abiword plugins to see symbols defined within abiword, and thus abiword-plugins now work. --- diff --git a/packages/abiword/abiword_2.4.4.bb b/packages/abiword/abiword_2.4.4.bb index 8b1ed52d8a..3099e0ba97 100644 --- a/packages/abiword/abiword_2.4.4.bb +++ b/packages/abiword/abiword_2.4.4.bb @@ -6,7 +6,7 @@ LICENSE="GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -PR="r0" +PR="r1" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" S = "${WORKDIR}/abiword-${PV}/abi" @@ -34,6 +34,8 @@ PARALLEL_MAKE="" EXTRA_OECONF = "--disable-pspell --enable-enchant" +LDFLAGS += "-Wl,--export-dynamic" + do_install_append() { install -d ${D}${datadir}/pixmaps/ mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/