summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2019-08-12 15:20:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-14 10:14:14 +0200
commit2cf00033299fda87c84a27bf24b29009d478cf24 (patch)
tree7d9344f458485d26f6a826e964d9c10875cff0a3 /rules/gnutls.make
parentb626f4bdaf25b4cd66fefb65b6650b8e1043d9c0 (diff)
downloadptxdist-2cf00033299fda87c84a27bf24b29009d478cf24.tar.gz
ptxdist-2cf00033299fda87c84a27bf24b29009d478cf24.tar.xz
gnutls: add cryptodev support
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.make')
-rw-r--r--rules/gnutls.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gnutls.make b/rules/gnutls.make
index caa5d8426..955d1f5b4 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -56,7 +56,7 @@ GNUTLS_CONF_OPT := \
--enable-dhe \
--enable-ecdhe \
--enable-gost \
- --disable-cryptodev \
+ --$(call ptx/endis, PTXCONF_GNUTLS_CRYPTODEV)-cryptodev \
--enable-ocsp \
--$(call ptx/endis, PTXCONF_GNUTLS_OPENSSL)-openssl-compatibility \
--disable-tests \