All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] sngrep: fix libgcrypt handling
@ 2018-03-29 13:58 Peter Korsgaard
  2018-04-07 15:40 ` Peter Korsgaard
  2018-04-11 15:47 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-29 13:58 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/f1c6494133806b9fc26ae3ce9e9c6a22fa2eda6f/

Commit 6205b75873c (sngrep: gnutls support also needs libgcrypt) ensured
that --with-gnutls is only used when both gnutls and libgcrypt are enabled,
but it didn't ensure libgcrypt gets built before sngrep or told the
configure script where to find libgcrypt-config, breaking the build.

Fix both issues.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/sngrep/sngrep.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/sngrep/sngrep.mk b/package/sngrep/sngrep.mk
index 4c9958d497..3f1fe989cf 100644
--- a/package/sngrep/sngrep.mk
+++ b/package/sngrep/sngrep.mk
@@ -22,7 +22,8 @@ SNGREP_DEPENDENCIES += openssl
 SNGREP_CONF_OPTS += --with-openssl --without-gnutls
 # gnutls support also requires libgcrypt
 else ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
-SNGREP_DEPENDENCIES += gnutls
+SNGREP_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
+SNGREP_DEPENDENCIES += gnutls libgcrypt
 SNGREP_CONF_OPTS += --with-gnutls --without-openssl
 else
 SNGREP_CONF_OPTS += --without-gnutls --without-openssl
-- 
2.11.0

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

* [Buildroot] [PATCH] sngrep: fix libgcrypt handling
  2018-03-29 13:58 [Buildroot] [PATCH] sngrep: fix libgcrypt handling Peter Korsgaard
@ 2018-04-07 15:40 ` Peter Korsgaard
  2018-04-11 15:47 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-07 15:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/f1c6494133806b9fc26ae3ce9e9c6a22fa2eda6f/

 > Commit 6205b75873c (sngrep: gnutls support also needs libgcrypt) ensured
 > that --with-gnutls is only used when both gnutls and libgcrypt are enabled,
 > but it didn't ensure libgcrypt gets built before sngrep or told the
 > configure script where to find libgcrypt-config, breaking the build.

 > Fix both issues.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] sngrep: fix libgcrypt handling
  2018-03-29 13:58 [Buildroot] [PATCH] sngrep: fix libgcrypt handling Peter Korsgaard
  2018-04-07 15:40 ` Peter Korsgaard
@ 2018-04-11 15:47 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-11 15:47 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/f1c6494133806b9fc26ae3ce9e9c6a22fa2eda6f/

 > Commit 6205b75873c (sngrep: gnutls support also needs libgcrypt) ensured
 > that --with-gnutls is only used when both gnutls and libgcrypt are enabled,
 > but it didn't ensure libgcrypt gets built before sngrep or told the
 > configure script where to find libgcrypt-config, breaking the build.

 > Fix both issues.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-11 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 13:58 [Buildroot] [PATCH] sngrep: fix libgcrypt handling Peter Korsgaard
2018-04-07 15:40 ` Peter Korsgaard
2018-04-11 15:47 ` Peter Korsgaard

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.