summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/enchant/enchant_1.2.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/enchant/enchant_1.2.5.bb b/packages/enchant/enchant_1.2.5.bb
index 693b2d9076..888bff094d 100644
--- a/packages/enchant/enchant_1.2.5.bb
+++ b/packages/enchant/enchant_1.2.5.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Enchant Spell checker API Library"
MAINTAINER = "AbiWord Team"
PRIORITY = "optional"
SECTION = "libs"
-
+LICENSE = "LGPL"
DEPENDS = "aspell"
RDEPENDS = "aspell"
@@ -15,7 +15,7 @@ S = "${WORKDIR}/enchant-${PV}"
SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz \
file://configure.patch;patch=1"
-EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} --enable-aspell"
+EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} --enable-aspell --disable-binreloc"
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \