mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
Merge pull request #18868 from PolynomialDivision/fix-gnutls
gnutls: adjust to new configure.ac syntax
This commit is contained in:
@@ -135,8 +135,9 @@ CONFIGURE_ARGS+= \
|
||||
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
|
||||
--with-pic \
|
||||
--with-system-priority-file="" \
|
||||
--without-libzstd \
|
||||
--without-zlib
|
||||
--without-brotli \
|
||||
--without-zlib \
|
||||
--without-zstd
|
||||
|
||||
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
|
||||
CONFIGURE_ARGS += --with-included-libtasn1
|
||||
|
||||
Reference in New Issue
Block a user