summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-04-28 14:06:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-04 10:35:45 +0200
commitfca80f8fa6466dad23437b887eb931230282e507 (patch)
treedf59ff975da63e56887c79e54821bb105ee62dbb /rules/gnutls.make
parente83959c36248fc95f739d58713140e78284a1778 (diff)
downloadptxdist-fca80f8fa6466dad23437b887eb931230282e507.tar.gz
ptxdist-fca80f8fa6466dad23437b887eb931230282e507.tar.xz
gnutls: update configure arguments
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.make')
-rw-r--r--rules/gnutls.make12
1 files changed, 10 insertions, 2 deletions
diff --git a/rules/gnutls.make b/rules/gnutls.make
index 2b5202d53..3626a38f0 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -49,30 +49,38 @@ GNUTLS_CONF_OPT := \
--enable-dhe \
--enable-ecdhe \
--enable-openpgp-authentication \
+ --disable-cryptodev \
--enable-ocsp \
--enable-session-tickets \
--$(call ptx/endis, PTXCONF_GNUTLS_OPENSSL)-openssl-compatibility \
--disable-doc \
--disable-tests \
--disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf \
--disable-nls \
--disable-rpath \
--disable-valgrind-tests \
--disable-gcc-warnings \
- --enable-shared \
--disable-static \
+ --enable-shared \
--disable-self-checks \
--disable-fips140-mode \
--enable-non-suiteb-curves \
--disable-libdane \
--enable-local-libopts \
--disable-libopts-install \
+ --enable-optional-args \
--disable-guile \
--disable-crywrap \
--with-nettle-mini \
+ --without-included-libtasn1 \
+ --without-librt-prefix \
+ --without-arcfour128 \
+ --without-ssl3 \
--without-p11-kit \
--without-tpm \
- --without-librt-prefix \
+ --without-trousers-lib \
--without-libregex \
--with-zlib \
--without-libz-prefix \