dc125743d4
Drop patch (already in version) https://github.com/madler/zlib/releases/tag/v1.3.1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
703 B
Makefile
21 lines
703 B
Makefile
################################################################################
|
|
#
|
|
# minizip-zlib
|
|
#
|
|
################################################################################
|
|
|
|
MINIZIP_ZLIB_VERSION = 1.3.1
|
|
MINIZIP_ZLIB_SOURCE = zlib-$(MINIZIP_ZLIB_VERSION).tar.xz
|
|
MINIZIP_ZLIB_SITE = http://www.zlib.net
|
|
MINIZIP_ZLIB_LICENSE = Zlib
|
|
MINIZIP_ZLIB_LICENSE_FILES = LICENSE
|
|
MINIZIP_ZLIB_INSTALL_STAGING = YES
|
|
MINIZIP_ZLIB_SUBDIR = contrib/minizip
|
|
# configure is not shipped in contrib/minizip
|
|
MINIZIP_ZLIB_AUTORECONF = YES
|
|
MINIZIP_ZLIB_DEPENDENCIES = zlib
|
|
# demos must be disabled to avoid a conflict with BR2_PACKAGE_MINIZIP_DEMOS
|
|
MINIZIP_ZLIB_CONF_OPTS = --disable-demos
|
|
|
|
$(eval $(autotools-package))
|