mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/madler/zlib/releases/tag/v1.3.2 https://github.com/madler/zlib/blob/v1.3.2/ChangeLog Added upstream patch which adds ints.h as installed header to prevent build errors which would be caused by this bump. Updated license hash due to copyright year bumps:570720b0c29e35567064Switched _SITE to https. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
27 lines
848 B
Diff
27 lines
848 B
Diff
From cb14dc9ade3759352417a300e6c2ed73268f1d97 Mon Sep 17 00:00:00 2001
|
|
From: Rui Chen <rui@chenrui.dev>
|
|
Date: Tue, 17 Feb 2026 10:48:39 -0500
|
|
Subject: [PATCH] Add dependency to ints.h in minizip Makefile.am.
|
|
|
|
So that ints.h is part of the installation.
|
|
|
|
Upstream: https://github.com/madler/zlib/commit/cb14dc9ade3759352417a300e6c2ed73268f1d97
|
|
|
|
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
---
|
|
contrib/minizip/Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/contrib/minizip/Makefile.am b/contrib/minizip/Makefile.am
|
|
index d343011eb..b7dea4f7e 100644
|
|
--- a/contrib/minizip/Makefile.am
|
|
+++ b/contrib/minizip/Makefile.am
|
|
@@ -27,6 +27,7 @@ libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
|
|
minizip_includedir = $(includedir)/minizip
|
|
minizip_include_HEADERS = \
|
|
crypt.h \
|
|
+ ints.h \
|
|
ioapi.h \
|
|
mztools.h \
|
|
unzip.h \
|