Browse Source

gnutls: fix compilation with external toolchain

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov 9 years ago
parent
commit
acae17897f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/gnutls/Makefile

+ 1
- 1
libs/gnutls/Makefile View File

@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \
--enable-openssl-compatibility \
--with-default-trust-store-dir=/etc/ssl/certs/ \
--disable-crywrap \
--with-librt-prefix="$(STAGING_DIR)/"
--with-librt-prefix="$(LIBRT_ROOT_DIR)/"
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
CONFIGURE_ARGS += --with-included-libtasn1


Loading…
Cancel
Save