Browse Source

gnutls: enable openssl compatibility mode by default

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 10 years ago
parent
commit
e76eacc6d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/gnutls/Makefile

+ 1
- 1
libs/gnutls/Makefile View File

@ -105,7 +105,6 @@ define Package/libgnutls-openssl
$(call Package/gnutls/Default)
TITLE+= (OpenSSL compat library)
DEPENDS+= +libgnutls
CONFIGURE_ARGS+= --enable-openssl-compatibility
endef
define Package/libgnutls-openssl/description
@ -124,6 +123,7 @@ CONFIGURE_ARGS+= \
--enable-local-libopts \
--disable-doc \
--disable-tests \
--enable-openssl-compatibility \
--with-default-trust-store-dir=/etc/ssl/certs/ \
--disable-crywrap \
--with-librt-prefix="$(STAGING_DIR)/"


Loading…
Cancel
Save