gnutls: disable zlib (#393)

Fixes:
Package libgnutls is missing dependencies for the following libraries:
libz.so.1
Disable zlib support to avoid that.
Signed-off-by: John Audia <graysky@archlinux.us>
[disable zlib and zstd]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

Co-authored-by: breakings <breakingstop@gmail.com>
This commit is contained in:
breakings 2022-03-30 14:31:48 +08:00 committed by GitHub
parent 0e566c9d27
commit c872102fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,8 @@ CONFIGURE_ARGS+= \
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \ --with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
--with-pic \ --with-pic \
--with-system-priority-file="" \ --with-system-priority-file="" \
--without-libzstd --without-libzstd \
--without-zlib
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y) ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
CONFIGURE_ARGS += --with-included-libtasn1 CONFIGURE_ARGS += --with-included-libtasn1