summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2/libxml-64bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2/libxml-64bit.patch')
-rw-r--r--meta/recipes-core/libxml/libxml2/libxml-64bit.patch24
1 files changed, 15 insertions, 9 deletions
diff --git a/meta/recipes-core/libxml/libxml2/libxml-64bit.patch b/meta/recipes-core/libxml/libxml2/libxml-64bit.patch
index 1147017b61..fd8e469dd3 100644
--- a/meta/recipes-core/libxml/libxml2/libxml-64bit.patch
+++ b/meta/recipes-core/libxml/libxml2/libxml-64bit.patch
@@ -1,14 +1,19 @@
1Upstream-Status: Backport [from debian: bugs.debian.org/439843] 1From 056b14345b1abd76a761ab14538f1bc21302781a Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 May 2019 20:26:51 +0800
4Subject: [PATCH] libxml 64bit
2 5
6Upstream-Status: Backport [from debian: bugs.debian.org/439843]
7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
3--- 8---
4 libxml.h | 3 +++ 9 libxml.h | 3 +++
5 1 file changed, 3 insertions(+) 10 1 file changed, 3 insertions(+)
6 11
7--- libxml2-2.6.29.orig/libxml.h 12diff --git a/libxml.h b/libxml.h
8+++ libxml2-2.6.29/libxml.h 13index 64e30f7..4e80d90 100644
9@@ -11,10 +11,13 @@ 14--- a/libxml.h
10 15+++ b/libxml.h
11 #ifndef NO_LARGEFILE_SOURCE 16@@ -15,6 +15,9 @@
12 #ifndef _LARGEFILE_SOURCE 17 #ifndef _LARGEFILE_SOURCE
13 #define _LARGEFILE_SOURCE 18 #define _LARGEFILE_SOURCE
14 #endif 19 #endif
@@ -18,5 +23,6 @@ Upstream-Status: Backport [from debian: bugs.debian.org/439843]
18 #ifndef _FILE_OFFSET_BITS 23 #ifndef _FILE_OFFSET_BITS
19 #define _FILE_OFFSET_BITS 64 24 #define _FILE_OFFSET_BITS 64
20 #endif 25 #endif
21 #endif 26--
22 272.7.4
28