Skip to content
Snippets Groups Projects
Commit ba3a2c19 authored by Marius Dinu's avatar Marius Dinu Committed by Josef Schlehofer
Browse files

tvheadend: update to 2023-06-05


Update to git master 2023-06-05 and removed unneeded compatibility patch.

Signed-off-by: default avatarMarius Dinu <m95d+git@psihoexpert.ro>
(cherry picked from commit dedf51702e098d042f5392de4d640b0d72825676)
parent ae7e4051
No related branches found
No related tags found
1 merge request!47Merge commit '8e3a1824645f' (OpenWrt v23.05.2) into devel
include $(TOPDIR)/rules.mk
PKG_NAME:=tvheadend
PKG_VERSION:=2022-11-20
PKG_RELEASE:=3
PKG_VERSION:=2023-06-05
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/tvheadend/tvheadend.git
PKG_MIRROR_HASH:=9c1bb3eea3f3539454d17e4c6aabc774a104a772aa34ed39f248521cf6488ce5
PKG_SOURCE_VERSION:=0ff96106aa2e0f9a384c3a2662ca005797a6b399
PKG_SOURCE_DATE:=2022-11-20
PKG_MIRROR_HASH:=921506f54a93fa78ba17578a0ef127f4eebd4df0691aef5905cd1eb2eae52bef
PKG_SOURCE_VERSION:=003fd92707531bdf7ad1753ab028db8748ac5ab8
PKG_SOURCE_DATE:=2023-06-05
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=LICENSE.md
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_BUILD_FLAGS:=no-mips16
include $(INCLUDE_DIR)/package.mk
......
--- a/src/intlconv.c
+++ b/src/intlconv.c
@@ -1,3 +1,6 @@
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
#include <iconv.h>
#include "tvheadend.h"
#include "intlconv.h"
--- a/src/intlconv.c
+++ b/src/intlconv.c
@@ -36,9 +36,8 @@ intlconv_test( void )
@@ -37,9 +37,8 @@ intlconv_test( void )
(strcmp(s, "ZlutouckyKun") &&
strcmp(s, "Zlutouck'yKun") &&
strcmp(s, "?lu?ou?k?K??"))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment