mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] gnutls: bugfix: remove dependency on libgmp
@ 2017-01-30 14:57 Ulrich Ölmann
  0 siblings, 0 replies; only message in thread
From: Ulrich Ölmann @ 2017-01-30 14:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Ulrich Ölmann

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>
---
 rules/gnutls.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/gnutls.make b/rules/gnutls.make
index 54f8bdbaefcd..38290d9c3b3b 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 \
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-30 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30 14:57 [ptxdist] [PATCH] gnutls: bugfix: remove dependency on libgmp Ulrich Ölmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox