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

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
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));