]> git.pld-linux.org Git - packages/libxml2.git/blobdiff - libxml2-largefile.patch
- rel 4; fix largefile brokeness that was manifesting as segfault in zlib related...
[packages/libxml2.git] / libxml2-largefile.patch
diff --git a/libxml2-largefile.patch b/libxml2-largefile.patch
new file mode 100644 (file)
index 0000000..4cbf71d
--- /dev/null
@@ -0,0 +1,12 @@
+--- libxml2-2.7.6/libxml.h~    2009-09-24 17:31:59.000000000 +0200
++++ libxml2-2.7.6/libxml.h     2009-10-10 18:57:55.681981813 +0200
+@@ -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
This page took 0.03487 seconds and 4 git commands to generate.