mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
Closes: https://bugs.gentoo.org/898278 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31476 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
12 lines
225 B
Diff
12 lines
225 B
Diff
Refer: https://stackoverflow.com/a/42695228
|
|
Bug: https://bugs.gentoo.org/898278
|
|
--- a/src/gzip.c
|
|
+++ b/src/gzip.c
|
|
@@ -21,6 +21,7 @@
|
|
#include "internal.h"
|
|
|
|
#ifdef HAVE_ZLIB_H
|
|
+#define Z_LARGE64
|
|
#include <zlib.h>
|
|
#endif
|
|
|