From e76eacc6d9f488916955c71c9a2da802f236859f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 21 Apr 2015 17:44:58 +0200 Subject: [PATCH] gnutls: enable openssl compatibility mode by default Signed-off-by: Nikos Mavrogiannopoulos --- libs/gnutls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 8176817d6..070ea719b 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -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)/"