summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.make
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2017-01-30 15:57:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-02-07 17:23:37 +0100
commite0749034b9d6f48e61b57eeb3fa331419d1aa397 (patch)
tree2d15b83c3a251909414c8254ab8df0e2214216eb /rules/gnutls.make
parent8aee938b5a919aa0cde5f38d4703836ea0be36e9 (diff)
downloadptxdist-e0749034b9d6f48e61b57eeb3fa331419d1aa397.tar.gz
ptxdist-e0749034b9d6f48e61b57eeb3fa331419d1aa397.tar.xz
gnutls: bugfix: remove dependency on libgmp
Commit bfc2cf9d1b7e ("nettle: update 2.7.1 -> 3.3") removed the dependency of nettle on libgmp which resulted in configure: error: *** *** gmp was not found. in the preparation stage of gnutls. Hence configure gnutls to use nettle-mini instead which is a slimmed down version of nettle without the gmp dependency. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.make')
-rw-r--r--rules/gnutls.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/gnutls.make b/rules/gnutls.make
index 54f8bdbae..38290d9c3 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -69,6 +69,7 @@ GNUTLS_CONF_OPT := \
--disable-libopts-install \
--disable-guile \
--disable-crywrap \
+ --with-nettle-mini \
--without-p11-kit \
--without-tpm \
--without-librt-prefix \