zvbi: fix gettext 0.24 build and disable build of examples

This commit is contained in:
Rudi Heitbaum 2025-02-26 10:39:03 +00:00
parent 10c5e74c44
commit f0d5f5f43f
2 changed files with 12 additions and 0 deletions

View File

@ -17,5 +17,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dvb \
--disable-nls \
--disable-proxy \
--disable-tests \
--disable-examples \
--without-doxygen \
--without-x"

View File

@ -0,0 +1,11 @@
--- a/configure.ac 2025-02-26 20:29:12.903050209 +0000
+++ b/configure.ac 2025-02-26 20:29:06.246129502 +0000
@@ -499,7 +499,7 @@
dnl
dnl Native language support.
dnl
-AM_GNU_GETTEXT_VERSION([0.21])
+AM_GNU_GETTEXT_VERSION([0.24])
AM_GNU_GETTEXT([external], [need-ngettext])
LIBS="$LTLIBINTL $LIBS"
if test "x${prefix}" = xNONE; then