mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnutls: enable openssl compatibility mode by default
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -105,7 +105,6 @@ define Package/libgnutls-openssl
|
|||||||
$(call Package/gnutls/Default)
|
$(call Package/gnutls/Default)
|
||||||
TITLE+= (OpenSSL compat library)
|
TITLE+= (OpenSSL compat library)
|
||||||
DEPENDS+= +libgnutls
|
DEPENDS+= +libgnutls
|
||||||
CONFIGURE_ARGS+= --enable-openssl-compatibility
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgnutls-openssl/description
|
define Package/libgnutls-openssl/description
|
||||||
@@ -124,6 +123,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--enable-local-libopts \
|
--enable-local-libopts \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
|
--enable-openssl-compatibility \
|
||||||
--with-default-trust-store-dir=/etc/ssl/certs/ \
|
--with-default-trust-store-dir=/etc/ssl/certs/ \
|
||||||
--disable-crywrap \
|
--disable-crywrap \
|
||||||
--with-librt-prefix="$(STAGING_DIR)/"
|
--with-librt-prefix="$(STAGING_DIR)/"
|
||||||
|
|||||||
Reference in New Issue
Block a user