mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
12 lines
282 B
Diff
12 lines
282 B
Diff
--- 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
|