mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 17:20:57 +08:00
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:
parent
0e566c9d27
commit
c872102fcf
@ -135,7 +135,8 @@ CONFIGURE_ARGS+= \
|
||||
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
|
||||
--with-pic \
|
||||
--with-system-priority-file="" \
|
||||
--without-libzstd
|
||||
--without-libzstd \
|
||||
--without-zlib
|
||||
|
||||
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
|
||||
CONFIGURE_ARGS += --with-included-libtasn1
|
||||
|
Loading…
Reference in New Issue
Block a user