diff options
| author | Michael Pratt | 2025-05-31 20:16:10 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-07-26 12:38:09 +0000 |
| commit | da541f7acd62bc33e7b0a891cf65a39d4bfe0b96 (patch) | |
| tree | 0d51ce0e55b23cb0ef03c0fde5c12314fbbc5c4f | |
| parent | 246eba7528434d39013f39fa74e981d999039ff5 (diff) | |
| download | openwrt-da541f7acd62bc33e7b0a891cf65a39d4bfe0b96.tar.gz | |
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@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/libs/gettext-full/Makefile | 6 | ||||
| -rw-r--r-- | package/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) |