hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 64b264d141fd80991ac071c5370802e2d7394f6d Mon Sep 17 00:00:00 2001
From: Bernd Kuhls <bernd.kuhls@t-online.de>
Date: Sun, 3 Dec 2017 22:17:12 +0100
Subject: [PATCH] live555: remove xlocale.h from Locale.hh
 
Fixes build error with glibc 2.26:
https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27
 
Patch sent upstream:
https://github.com/kodi-pvr/pvr.mediaportal.tvserver/pull/79
 
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 src/lib/live555/liveMedia/include/Locale.hh | 3 ---
 1 file changed, 3 deletions(-)
 
diff --git a/src/lib/live555/liveMedia/include/Locale.hh b/src/lib/live555/liveMedia/include/Locale.hh
index b327948..c4b4f4a 100644
--- a/src/lib/live555/liveMedia/include/Locale.hh
+++ b/src/lib/live555/liveMedia/include/Locale.hh
@@ -43,9 +43,6 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
 
 #ifndef LOCALE_NOT_USED
 #include <locale.h>
-#ifndef XLOCALE_NOT_USED
-#include <xlocale.h> // because, on some systems, <locale.h> doesn't include <xlocale.h>; this makes sure that we get both
-#endif
 #endif
 
 
-- 
2.11.0