minizip: update to 3.0.2
Add back compat header as domoticz really wants it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 953e23b0e6
)
This commit is contained in:
parent
697115688f
commit
e9dee2684b
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=minizip-ng
|
||||
PKG_VERSION:=3.0.1
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/zlib-ng/minizip-ng/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=96c95b274dd535984ce0e87691691388f2b976106e8cf8d527b15da552ac94e4
|
||||
PKG_HASH:=6ba4b6629c107c27ab526e517bdb105612232f0965a6747f60150e5a04c2fe5a
|
||||
|
||||
PKG_MAINTAINER:=David Woodhouse <dwmw2@infradead.org>
|
||||
PKG_LICENSE:=Zlib
|
||||
|
@ -26,7 +26,7 @@ CMAKE_OPTIONS += \
|
|||
-DINSTALL_INC_DIR=/usr/include/minizip \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DMZ_BZIP2=OFF \
|
||||
-DMZ_COMPAT=OFF \
|
||||
-DMZ_COMPAT=ON \
|
||||
-DMZ_ICONV=OFF \
|
||||
-DMZ_LIBBSD=OFF \
|
||||
-DMZ_LZMA=OFF \
|
||||
|
|
Loading…
Reference in a new issue