Fix missing header files

This commit is contained in:
2026-02-28 11:19:16 +02:00
parent f58e6612ef
commit ad7a90fa41
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: zlib
description: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
version: 1.3.2
revision: 1
revision: 2
url: https://www.zlib.net/
license: Zlib
maintainers:
+22
View File
@@ -0,0 +1,22 @@
From 36ff1be48ef696cc67b0855f7c8537ce0276210d Mon Sep 17 00:00:00 2001
From: Rui Chen <[email protected]>
Date: Tue, 17 Feb 2026 10:48:39 -0500
Subject: [PATCH] contrib/minizip: install ints.h
Signed-off-by: Rui Chen <[email protected]>
---
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 \
+1
View File
@@ -6,6 +6,7 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"/contrib/minizip
patch -Np3 -i "$BPM_WORKDIR"/zlib-1.3.2-fix-headers.patch
# Backup Makefile to run tests
cp Makefile Makefile.orig