mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mumudvb: fix build with gettext-0.24.1
This commit is contained in:
parent
f572ccfdac
commit
3bba622b11
@ -7,7 +7,7 @@ PKG_SHA256="aa269f532d9285311a6d51f90226cfb5fc82b6cb8b564fc0ac7dec095d5e7cff"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://mumudvb.net/"
|
PKG_SITE="http://mumudvb.net/"
|
||||||
PKG_URL="https://github.com/braice/MuMuDVB/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/braice/MuMuDVB/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libdvbcsa"
|
PKG_DEPENDS_TARGET="toolchain libdvbcsa gettext"
|
||||||
PKG_LONGDESC="MuMuDVB (Multi Multicast DVB) is a program that streams from DVB on a network using multicasting or unicast"
|
PKG_LONGDESC="MuMuDVB (Multi Multicast DVB) is a program that streams from DVB on a network using multicasting or unicast"
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
PKG_BUILD_FLAGS="-sysroot -cfg-libs"
|
PKG_BUILD_FLAGS="-sysroot -cfg-libs"
|
||||||
|
@ -0,0 +1,30 @@
|
|||||||
|
From fc1a659dfa7d0f859f4275cd032a61a3211630cf Mon Sep 17 00:00:00 2001
|
||||||
|
From: Rudi Heitbaum <rudi@heitbaum.com>
|
||||||
|
Date: Sun, 4 May 2025 01:09:28 +0000
|
||||||
|
Subject: [PATCH] allow build with gettext 0.24.1
|
||||||
|
|
||||||
|
make sure iconv.m4 is available for autoconf to find it
|
||||||
|
---
|
||||||
|
configure.ac | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index e33d6d3c..022546bb 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -4,6 +4,7 @@
|
||||||
|
AC_PREREQ([2.61])
|
||||||
|
AC_INIT([MuMuDVB], [m4_join([_], [2.1.0], m4_chomp_all(m4_esyscmd([git rev-parse HEAD])))], [mumudvb@braice.net])
|
||||||
|
AC_CONFIG_SRCDIR([src/mumudvb.c])
|
||||||
|
+AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
|
||||||
|
@@ -16,6 +17,7 @@ AC_PROG_MAKE_SET
|
||||||
|
dnl
|
||||||
|
dnl Iconv stuff
|
||||||
|
dnl
|
||||||
|
+AM_GNU_GETTEXT_VERSION([0.15])
|
||||||
|
AM_ICONV
|
||||||
|
|
||||||
|
dnl
|
Loading…
x
Reference in New Issue
Block a user