summaryrefslogtreecommitdiffstats
path: root/rules/gettext.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-19 13:45:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-21 08:25:04 +0200
commit119a50d762ebf6af37986de9b8029bc7cb9c0aa6 (patch)
treea1a9e432c311daa6d94e7a6ebec67b24a23fb11d /rules/gettext.make
parent127ddcffed611de74e495c0972fbb9dd4ac08159 (diff)
downloadptxdist-119a50d762ebf6af37986de9b8029bc7cb9c0aa6.tar.gz
ptxdist-119a50d762ebf6af37986de9b8029bc7cb9c0aa6.tar.xz
gettext: version bump 0.19.1 -> 0.19.8.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gettext.make')
-rw-r--r--rules/gettext.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/rules/gettext.make b/rules/gettext.make
index d9ee29b68..7f352be72 100644
--- a/rules/gettext.make
+++ b/rules/gettext.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_GETTEXT) += gettext
#
# Paths and names
#
-GETTEXT_VERSION := 0.19.1
-GETTEXT_MD5 := b52987f49bc99fa8b410270d47a9d52b
+GETTEXT_VERSION := 0.19.8.1
+GETTEXT_MD5 := df3f5690eaa30fd228537b00cb7b7590
GETTEXT := gettext-$(GETTEXT_VERSION)
GETTEXT_SUFFIX := tar.xz
GETTEXT_URL := $(call ptx/mirror, GNU, gettext/$(GETTEXT).$(GETTEXT_SUFFIX))
@@ -50,11 +50,11 @@ GETTEXT_AUTOCONF := \
--enable-static \
--disable-nls \
--disable-rpath \
- --disable-c++ \
+ --enable-c++ \
--disable-relocatable \
--enable-libasprintf \
- --disable-openmp \
--disable-acl \
+ --disable-openmp \
--disable-curses \
--without-emacs \
--without-bzip2 \
@@ -76,10 +76,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-$(GETTEXT_VERSION).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.2)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-$(GETTEXT_VERSION).so)
+ @$(call install_lib, gettext, 0, 0, 0644, libgettextlib-$(GETTEXT_VERSION))
+ @$(call install_lib, gettext, 0, 0, 0644, libasprintf)
+ @$(call install_lib, gettext, 0, 0, 0644, libgettextpo)
+ @$(call install_lib, gettext, 0, 0, 0644,libgettextsrc-$(GETTEXT_VERSION))
@$(call install_finish, gettext)