package/libebml: fix patch
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 5 Aug 2021 20:25:17 +0000 (22:25 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 5 Aug 2021 20:32:52 +0000 (22:32 +0200)
Fix patch added by commit 1116a3060955c36c43a8bea5f1f00ea4effb4e48

Fixes:
 - http://autobuild.buildroot.org/results/997d0d6204ad7a5456f25392257c8d876a1289ca

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libebml/0001-include-appropriate-header-files-for-std-numeric_limits.patch

index 83d1b920517883a6607746c1bd967bdf8b0a0979..c7e789c02ebd58447d29d446234447673a036fbe 100644 (file)
@@ -5,7 +5,7 @@ Subject: [PATCH] include appropriate header files for std::numeric_limits
 
 Fixes #80.
 
-[Retrieved from:
+[Retrieved (and updated to remove ChangeLog update) from:
 https://github.com/Matroska-Org/libebml/commit/f0bfd53647961e799a43d918c46cf3b6bff89806]
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 ---
@@ -14,18 +14,6 @@ Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  src/EbmlUnicodeString.cpp | 1 +
  3 files changed, 6 insertions(+)
 
-diff --git a/ChangeLog b/ChangeLog
-index 034cf86..e4b13a9 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,7 @@
-+2021-02-27  Moritz Bunkus  <mo@bunkus.online>
-+
-+        * Fix compilation with g++ 11. Fixes #80.
-+
- 2021-02-21 Steve Lhomme <slhomme@matroska.org>
-         * Remove Coremake project files
 diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp
 index 27e55fd..4c05fcf 100644
 --- a/src/EbmlString.cpp