diff options
Diffstat (limited to 'abs/core-testing/libxml2/largefile64.patch')
-rw-r--r-- | abs/core-testing/libxml2/largefile64.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core-testing/libxml2/largefile64.patch b/abs/core-testing/libxml2/largefile64.patch deleted file mode 100644 index 29be827..0000000 --- a/abs/core-testing/libxml2/largefile64.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |