projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3018b32
)
gnutls: enable openssl compatibility mode by default
author
Nikos Mavrogiannopoulos
<nmav@gnutls.org>
Tue, 21 Apr 2015 15:44:58 +0000
(17:44 +0200)
committer
Nikos Mavrogiannopoulos
<nmav@gnutls.org>
Tue, 21 Apr 2015 15:44:58 +0000
(17:44 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
libs/gnutls/Makefile
patch
|
blob
|
history
diff --git
a/libs/gnutls/Makefile
b/libs/gnutls/Makefile
index 8176817d688b0e8432d2250b84a7f64ad093d5bd..070ea719b1f79370136df0bafd1fa7b2ec00e74e 100644
(file)
--- 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)/"