From ebfda772304b391ba19094c31c8682456de11b07 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 10:56:00 +0000 Subject: 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. --- packages/abiword/abiword_2.4.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages') 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/ -- cgit v1.2.3