mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
gnutls: fix disable zstd
Configure.ac syntax changed to: Old: --without-libbrotli --without-libzstd (also --with-*) New: --without-brotli --without-zstd (also --with-*)6b794e49d1Fixes:6385813ddf("gnutls: update to 3.7.5") Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -135,8 +135,8 @@ CONFIGURE_ARGS+= \
|
||||
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
|
||||
--with-pic \
|
||||
--with-system-priority-file="" \
|
||||
--without-libzstd \
|
||||
--without-zlib
|
||||
--without-zlib \
|
||||
--without-zstd
|
||||
|
||||
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
|
||||
CONFIGURE_ARGS += --with-included-libtasn1
|
||||
|
||||
Reference in New Issue
Block a user