wok view zlib/stuff/zlib-1.2.5-lfs-decls.patch @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (20 months ago)
parents
children
line source
1 Index: zlib-1.2.5/zlib.h
2 ===================================================================
3 --- zlib-1.2.5.orig/zlib.h
4 +++ zlib-1.2.5/zlib.h
5 @@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF(
6 # define gzoffset gzoffset64
7 # define adler32_combine adler32_combine64
8 # define crc32_combine crc32_combine64
9 -# ifdef _LARGEFILE64_SOURCE
10 +# ifndef _LARGEFILE64_SOURCE
11 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
12 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
13 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));