]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-largefile.patch
up to 2.12.7 (fixes CVE-2024-34459)
[packages/libxml2.git] / libxml2-largefile.patch
CommitLineData
b55c26e2
JP
1--- libxml2-2.11.0/libxml.h.orig 2023-04-29 12:27:04.077844048 +0200
2+++ libxml2-2.11.0/libxml.h 2023-04-29 12:28:21.828831198 +0200
3@@ -17,6 +17,9 @@
4 #ifndef _LARGEFILE_SOURCE
5 #define _LARGEFILE_SOURCE
6 #endif
7+ #ifndef _LARGEFILE64_SOURCE
8+ #define _LARGEFILE64_SOURCE
9+ #endif
10 #ifndef _FILE_OFFSET_BITS
11 #define _FILE_OFFSET_BITS 64
12 #endif
This page took 0.200287 seconds and 5 git commands to generate.