Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2] gnutls: fix link-time build failures
@ 2012-10-24 22:20 Gustavo Zacarias
  2012-10-24 22:43 ` Thomas Petazzoni
  2012-10-27 21:20 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-10-24 22:20 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/23da17446266bdd49ea0da0c1892d66d3ac6607f/build-end.log
And may the <BEEP> rest in peace at last...

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gnutls/gnutls.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index e889821..1ef6e3f 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -10,8 +10,9 @@ GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls
 GNUTLS_LICENSE = GPLv3+ LGPLv2.1+
 GNUTLS_LICENSE_FILES = COPYING lib/COPYING
 GNUTLS_DEPENDENCIES = host-pkg-config libgcrypt $(if $(BR2_PACKAGE_ZLIB),zlib)
+GNUTLS_CONF_ENV = acl_cv_rpath=no
 GNUTLS_CONF_OPT = --with-libgcrypt --without-libgcrypt-prefix \
-		--without-p11-kit
+		--without-p11-kit --disable-rpath
 GNUTLS_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))
-- 
1.7.8.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCHv2] gnutls: fix link-time build failures
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-10-24 22:43 UTC (permalink / raw)
  To: buildroot


On Wed, 24 Oct 2012 19:20:15 -0300, Gustavo Zacarias wrote:
> Fixes
> http://autobuild.buildroot.net/results/23da17446266bdd49ea0da0c1892d66d3ac6607f/build-end.log
> And may the <BEEP> rest in peace at last...
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/gnutls/gnutls.mk |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCHv2] gnutls: fix link-time build failures
  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
  2012-10-27 22:52   ` Gustavo Zacarias
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2012-10-27 21:20 UTC (permalink / raw)
  To: buildroot

>>>>> "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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCHv2] gnutls: fix link-time build failures
  2012-10-27 21:20 ` Peter Korsgaard
@ 2012-10-27 22:52   ` Gustavo Zacarias
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-10-27 22:52 UTC (permalink / raw)
  To: buildroot

On 10/27/12 18:20, Peter Korsgaard wrote:

> It's a bit odd that you need both the variable and the configure
> options, but OK - You presumably do.
> 
> Committed, thanks.

--disable-rpath surely isn't enough, we've tested it with Thomas.
Looking at the complete source they're each referenced in different
inclusive and exclusive parts so i'd rather stay on the safe side with both.
I didn't test with just the configure env variable but looking at
configure they're both doing their separate assignments and i think we
don't want this to rear it's ugly head again :)
Regards.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-27 22:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-10-27 22:52   ` Gustavo Zacarias

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