summaryrefslogtreecommitdiffstats
path: root/rules/gettext.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-02-23 15:36:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-25 09:02:57 +0100
commitba2fc44e7a1bf806438996ea0ead791ca3a0c2d9 (patch)
treee02db993e753a34858f1dc5633561417d4d52ed2 /rules/gettext.make
parenta37b24804ff411acacebb0bc923edd418b3fee66 (diff)
downloadptxdist-ba2fc44e7a1bf806438996ea0ead791ca3a0c2d9.tar.gz
ptxdist-ba2fc44e7a1bf806438996ea0ead791ca3a0c2d9.tar.xz
gettext: version bump 0.18.1.1 -> 0.18.3.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gettext.make')
-rw-r--r--rules/gettext.make21
1 files changed, 13 insertions, 8 deletions
diff --git a/rules/gettext.make b/rules/gettext.make
index a999417a4..d0ac0e76c 100644
--- a/rules/gettext.make
+++ b/rules/gettext.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_GETTEXT) += gettext
#
# Paths and names
#
-GETTEXT_VERSION := 0.18.1.1
-GETTEXT_MD5 := 3dd55b952826d2b32f51308f2f91aa89
+GETTEXT_VERSION := 0.18.3.2
+GETTEXT_MD5 := 241aba309d07aa428252c74b40a818ef
GETTEXT := gettext-$(GETTEXT_VERSION)
GETTEXT_SUFFIX := tar.gz
GETTEXT_URL := $(call ptx/mirror, GNU, gettext/$(GETTEXT).$(GETTEXT_SUFFIX))
@@ -41,15 +41,20 @@ GETTEXT_AUTOCONF := \
--disable-java \
--disable-native-java \
--disable-csharp \
+ $(GLOBAL_LARGE_FILE_OPTION) \
--enable-threads=posix \
+ --enable-static \
+ --disable-nls \
--disable-rpath \
+ --disable-c++ \
--disable-relocatable \
--enable-libasprintf \
- --disable-acl \
--disable-openmp \
- $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-acl \
--disable-curses \
- --without-emacs
+ --without-emacs \
+ --without-bzip2 \
+ --without-xz
# ----------------------------------------------------------------------------
# Target-Install
@@ -67,10 +72,10 @@ $(STATEDIR)/gettext.targetinstall:
@$(call install_copy, gettext, 0, 0, 0755, -, /usr/bin/xgettext)
@$(call install_copy, gettext, 0, 0, 0755, -, /usr/bin/gettext)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextlib-0.18.1.so)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextlib-0.18.3.so)
@$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libasprintf.so.0.0.0)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextpo.so.0.5.1)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-0.18.1.so)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextpo.so.0.5.2)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-0.18.3.so)
@$(call install_finish, gettext)