From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
Subject: [ptxdist] [PATCH] gnutls: bugfix: remove dependency on libgmp
Date: Mon, 30 Jan 2017 15:57:41 +0100 [thread overview]
Message-ID: <20170130145741.8577-1-u.oelmann@pengutronix.de> (raw)
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
reply other threads:[~2017-01-30 14:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170130145741.8577-1-u.oelmann@pengutronix.de \
--to=u.oelmann@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox