summaryrefslogtreecommitdiff
path: root/gettext
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-21 06:23:11 +0000
committerChris Larson <clarson@kergoth.com>2004-11-21 06:23:11 +0000
commit031e008188fc70b624fc81724b33b01713741c26 (patch)
tree6d9a5df4db4f6737ed22180de84a4e375a831e32 /gettext
parent5ed885cc620ea6259069cb462de4b8bde4cf6c54 (diff)
Explicitly disable lisp support in gettext.
BKrev: 41a0344fVk7x_LEc-uHLkBJOWhPDCg
Diffstat (limited to 'gettext')
-rw-r--r--gettext/gettext_0.14.1.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe
index 481162ea91..303dcdbd93 100644
--- a/gettext/gettext_0.14.1.oe
+++ b/gettext/gettext_0.14.1.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "The GNU internationalization library."
SECTION = "libs"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
PROVIDES = "virtual/libintl"
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
@@ -10,6 +10,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
inherit autotools
+EXTRA_OECONF += "--without-lisp"
acpaths = '-I ${S}/autoconf-lib-link/m4/ \
-I ${S}/gettext-runtime/m4 \
-I ${S}/gettext-tools/m4'