[openwrt/openwrt] gettext-full: update to 0.24.1

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 26 05:38:59 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/da541f7acd62bc33e7b0a891cf65a39d4bfe0b96

commit da541f7acd62bc33e7b0a891cf65a39d4bfe0b96
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Sat May 31 16:16:10 2025 -0400

    gettext-full: update to 0.24.1
    
    Update to a newer bugfix release of gettext.
    Include gnulib-l10n as a new dependency.
    
    All patches are automatically refreshed.
    
    Signed-off-by: Michael Pratt <mcpratt at pm.me>
    Link: https://github.com/openwrt/openwrt/pull/16522
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/libs/gettext-full/Makefile                                  | 6 +++---
 .../libs/gettext-full/patches/200-libunistring-missing-link.patch   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index 0a7782c1f1..405243240f 100644
--- a/package/libs/gettext-full/Makefile
+++ b/package/libs/gettext-full/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gettext-full
-PKG_VERSION:=0.22.5
+PKG_VERSION:=0.24.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gettext
-PKG_HASH:=fe10c37353213d78a5b83d48af231e005c4da84db5ce88037d88355938259640
+PKG_HASH:=6164ec7aa61653ac9cdfb41d5c2344563b21f707da1562712e48715f1d2052a6
 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION)
 
@@ -27,7 +27,7 @@ PKG_BUILD_PARALLEL:=0
 
 PKG_FIXUP:=autoreconf
 
-HOST_BUILD_DEPENDS:=gperf/host libiconv-full/host libunistring/host libxml2/host
+HOST_BUILD_DEPENDS:=gnulib-l10n/host gperf/host libiconv-full/host libunistring/host libxml2/host
 HOST_BUILD_PARALLEL:=0
 
 PKG_SUBDIRS:= \
diff --git a/package/libs/gettext-full/patches/200-libunistring-missing-link.patch b/package/libs/gettext-full/patches/200-libunistring-missing-link.patch
index 19a1ae177f..32c100519c 100644
--- a/package/libs/gettext-full/patches/200-libunistring-missing-link.patch
+++ b/package/libs/gettext-full/patches/200-libunistring-missing-link.patch
@@ -1,6 +1,6 @@
 --- a/autogen.sh
 +++ b/autogen.sh
-@@ -81,6 +81,7 @@ if ! $skip_gnulib; then
+@@ -104,6 +104,7 @@ if ! $skip_gnulib; then
      getopt-gnu
      gettext-h
      havelib
@@ -18,4 +18,4 @@
 +LDADD = ../gnulib-lib/libgrt.a $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ $(WOE32_LDADD)
  
  # Specify installation directory, for --enable-relocatable.
- gettext_CFLAGS = -DINSTALLDIR=\"$(bindir)\"
+ gettext_CFLAGS = -DINSTALLDIR=$(bindir_c_make)




More information about the lede-commits mailing list