]> git.ipfire.org Git - thirdparty/openwrt.git/commit
gettext-full: fix m4 path after gettextize update 19614/head
authorNick Hainke <vincent@systemli.org>
Thu, 31 Jul 2025 16:05:07 +0000 (18:05 +0200)
committerNick Hainke <vincent@systemli.org>
Thu, 31 Jul 2025 20:42:03 +0000 (22:42 +0200)
commit40ad990ebf96e979ffff528de72823f8e6583a4c
treefff461d12c65d0e5fd0dcda4031039e15f86156e
parent40d70c9c81295094e90b2389faab00af68a27dd4
gettext-full: fix m4 path after gettextize update

Recent changes to gettextize altered the default path for .m4 files from
$datadir/aclocal to $datadir/gettext/m4 [0]. This caused build issues when
compiling gettext-full in OpenWrt.

This patch, originally provided by @nxhack [1], updates the OpenWrt
Makefile accordingly to ensure compatibility with the new path.

[0] https://gitweb.git.savannah.gnu.org/gitweb/?p=gettext.git;a=commit;h=fa98427c774aad9dade7702becc2c3eef5a8434d
[1] https://github.com/openwrt/openwrt/commit/da541f7acd62bc33e7b0a891cf65a39d4bfe0b96#commitcomment-163048847

Fixes: da541f7acd62 ("gettext-full: update to 0.24.1")
Link: https://github.com/openwrt/openwrt/pull/19614
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/libs/gettext-full/Makefile