[Buildroot] [git commit] package/speechd: fix gettext version mismatch

Arnout Vandecappelle arnout at mind.be
Thu Mar 9 20:12:19 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=33a208e5dac02df473f8325ee93c2e07489f9a62
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

- fix gettext version mismatch in case of BR2_SYSTEM_ENABLE_NLS and
  BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-gnu" by setting
  SPEECHD_GETTEXTIZE

Fixes:

  -  http://autobuild.buildroot.net/results/283333290c5adb48d0c6e592b3261992537f92d3

  Making all in po
  *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/speechd/speechd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/speechd/speechd.mk b/package/speechd/speechd.mk
index dee94a6752..ec62980986 100644
--- a/package/speechd/speechd.mk
+++ b/package/speechd/speechd.mk
@@ -11,6 +11,7 @@ SPEECHD_LICENSE_FILES = COPYING.GPL-2 COPYING.GPL-3 COPYING.LGPL
 SPEECHD_INSTALL_STAGING = YES
 # speechd source code is released without configure script
 SPEECHD_AUTORECONF = YES
+SPEECHD_GETTEXTIZE = YES
 SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile
 SPEECHD_CONF_ENV = ac_cv_prog_HELP2MAN=""
 SPEECHD_CONF_OPTS = --without-kali



More information about the buildroot mailing list