Blame SOURCES/multilib-64.patch

9be401
--- ./a/zzip/_config.h	2021-07-21 14:18:14.000000000 +0200
9be401
+++ ./b/zzip/_config.h	2021-07-21 14:46:24.037432969 +0200
9be401
@@ -138,6 +138,11 @@
9be401
 
9be401
 /* whether the system defaults to 32bit off_t but can do 64bit when requested
9be401
    */
9be401
+#if __WORDSIZE == 32
9be401
+#ifndef ZZIP_LARGEFILE_SENSITIVE 
9be401
+#define ZZIP_LARGEFILE_SENSITIVE  1 
9be401
+#endif
9be401
+#endif
9be401
 /* #undef LARGEFILE_SENSITIVE */
9be401
 
9be401
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
9be401
@@ -225,8 +230,14 @@
9be401
 #endif
9be401
 
9be401
 /* Number of bits in a file offset, on hosts where this is settable. */
9be401
+#if __WORDSIZE == 32
9be401
+#ifndef ZZIP__FILE_OFFSET_BITS 
9be401
+#define ZZIP__FILE_OFFSET_BITS  64 
9be401
+#endif
9be401
+#endif
9be401
 /* #undef _FILE_OFFSET_BITS */
9be401
 
9be401
+
9be401
 /* Define for large files, on AIX-style hosts. */
9be401
 /* #undef _LARGE_FILES */
9be401