summaryrefslogtreecommitdiffstats
path: root/extra/libxml2/largefile64.patch
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-03-08 06:55:28 +0100
committersibelle <lesibel@free.fr>2010-03-08 06:55:28 +0100
commitb85352770005fa6adbcfae38871e7fe31d4de296 (patch)
tree10ec83ef4d679d2b1af16b0a1bc066e8a8def2ca /extra/libxml2/largefile64.patch
parentfac2ae4b5bd1e813bd87cf0d93cf8772613ab03e (diff)
downloadnutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.tar.gz
nutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.tar.bz2
nutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.tar.xz
nutyx-extra-b85352770005fa6adbcfae38871e7fe31d4de296.zip
Maj de libxml2#2.7.6-2
Diffstat (limited to 'extra/libxml2/largefile64.patch')
-rw-r--r--extra/libxml2/largefile64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/libxml2/largefile64.patch b/extra/libxml2/largefile64.patch
new file mode 100644
index 000000000..29be82760
--- /dev/null
+++ b/extra/libxml2/largefile64.patch
@@ -0,0 +1,12 @@
+--- libxml2-2.6.32.dfsg.orig/libxml.h
++++ libxml2-2.6.32.dfsg/libxml.h
+@@ -13,6 +13,9 @@
+ #ifndef _LARGEFILE_SOURCE
+ #define _LARGEFILE_SOURCE
+ #endif
++#ifndef _LARGEFILE64_SOURCE
++#define _LARGEFILE64_SOURCE
++#endif
+ #ifndef _FILE_OFFSET_BITS
+ #define _FILE_OFFSET_BITS 64
+ #endif