core/libxml2/largefile64.patch

13 lines
282 B
Diff
Raw Normal View History

2010-03-13 23:54:19 +08:00
--- 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