summaryrefslogtreecommitdiffstats
path: root/libxml2/largefile64.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:43:23 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:43:23 +0200
commit569158c91ea936f1ff9d68c091048a526807d366 (patch)
tree0bc60d5e22a3e42b913a2614b3a849904c8e08fe /libxml2/largefile64.patch
parent704ded6ebd246313840562ed7fe31036821c381b (diff)
downloadnutyx-extra-569158c91ea936f1ff9d68c091048a526807d366.tar.gz
nutyx-extra-569158c91ea936f1ff9d68c091048a526807d366.tar.bz2
nutyx-extra-569158c91ea936f1ff9d68c091048a526807d366.tar.xz
nutyx-extra-569158c91ea936f1ff9d68c091048a526807d366.zip
Revert "déplacé dans base"
This reverts commit 5dd4048765e237d6210ed799359cb7c397b1e4e6.
Diffstat (limited to 'libxml2/largefile64.patch')
-rw-r--r--libxml2/largefile64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/largefile64.patch b/libxml2/largefile64.patch
new file mode 100644
index 000000000..29be82760
--- /dev/null
+++ b/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