abiword_2.4.4.bb : add -Wl,--export-dynamic to the LDFLAGS in the .bb
authorGraeme Gregory <dp@xora.org.uk>
Mon, 5 Jun 2006 10:56:00 +0000 (10:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 5 Jun 2006 10:56:00 +0000 (10:56 +0000)
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.

packages/abiword/abiword_2.4.4.bb

index 8b1ed52..3099e0b 100644 (file)
@@ -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/