From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2] gnutls: fix link-time build failures
Date: Sat, 27 Oct 2012 23:20:56 +0200 [thread overview]
Message-ID: <87ehkjk3wn.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1351117215-4614-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Wed, 24 Oct 2012 19:20:15 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fixes
Gustavo> http://autobuild.buildroot.net/results/23da17446266bdd49ea0da0c1892d66d3ac6607f/build-end.log
Gustavo> And may the <BEEP> rest in peace at last...
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/gnutls/gnutls.mk | 3 ++-
Gustavo> 1 files changed, 2 insertions(+), 1 deletions(-)
Gustavo> diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
Gustavo> index e889821..1ef6e3f 100644
Gustavo> --- a/package/gnutls/gnutls.mk
Gustavo> +++ b/package/gnutls/gnutls.mk
Gustavo> @@ -10,8 +10,9 @@ GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls
Gustavo> GNUTLS_LICENSE = GPLv3+ LGPLv2.1+
Gustavo> GNUTLS_LICENSE_FILES = COPYING lib/COPYING
Gustavo> GNUTLS_DEPENDENCIES = host-pkg-config libgcrypt $(if $(BR2_PACKAGE_ZLIB),zlib)
Gustavo> +GNUTLS_CONF_ENV = acl_cv_rpath=no
Gustavo> GNUTLS_CONF_OPT = --with-libgcrypt --without-libgcrypt-prefix \
Gustavo> - --without-p11-kit
Gustavo> + --without-p11-kit --disable-rpath
It's a bit odd that you need both the variable and the configure
options, but OK - You presumably do.
Committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-10-27 21:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-24 22:20 [Buildroot] [PATCHv2] gnutls: fix link-time build failures Gustavo Zacarias
2012-10-24 22:43 ` Thomas Petazzoni
2012-10-27 21:20 ` Peter Korsgaard [this message]
2012-10-27 22:52 ` Gustavo Zacarias
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=87ehkjk3wn.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.