All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/boinc: set curl-config
@ 2020-04-10 21:00 Fabrice Fontaine
  2020-04-11  8:02 ` Thomas Petazzoni
  2020-04-25  7:06 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-04-10 21:00 UTC (permalink / raw)
  To: buildroot

Build can fail because boinc uses curl-config that it founds on host:

checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.47.0
checking for libcurl >= version 7.17.1... yes
checking whether libcurl is usable... no

Fixes:
 - http://autobuild.buildroot.org/results/26ab8024e3ef70b898981763f4ea89b647cc9f4b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/boinc/boinc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boinc/boinc.mk b/package/boinc/boinc.mk
index d32b258ea7..a47ad9abe6 100644
--- a/package/boinc/boinc.mk
+++ b/package/boinc/boinc.mk
@@ -12,6 +12,7 @@ BOINC_LICENSE = LGPL-3.0+
 BOINC_LICENSE_FILES = COPYING COPYING.LESSER
 BOINC_DEPENDENCIES = host-pkgconf libcurl openssl
 BOINC_AUTORECONF = YES
+BOINC_CONF_ENV = ac_cv_path__libcurl_config=$(STAGING_DIR)/usr/bin/curl-config
 BOINC_CONF_OPTS = \
 	--disable-apps \
 	--disable-boinczip \
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/boinc: set curl-config
  2020-04-10 21:00 [Buildroot] [PATCH 1/1] package/boinc: set curl-config Fabrice Fontaine
@ 2020-04-11  8:02 ` Thomas Petazzoni
  2020-04-25  7:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-04-11  8:02 UTC (permalink / raw)
  To: buildroot

On Fri, 10 Apr 2020 23:00:25 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Build can fail because boinc uses curl-config that it founds on host:
> 
> checking for curl-config... /usr/bin/curl-config
> checking for the version of libcurl... 7.47.0
> checking for libcurl >= version 7.17.1... yes
> checking whether libcurl is usable... no
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/26ab8024e3ef70b898981763f4ea89b647cc9f4b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/boinc/boinc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/boinc: set curl-config
  2020-04-10 21:00 [Buildroot] [PATCH 1/1] package/boinc: set curl-config Fabrice Fontaine
  2020-04-11  8:02 ` Thomas Petazzoni
@ 2020-04-25  7:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-04-25  7:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Build can fail because boinc uses curl-config that it founds on host:
 > checking for curl-config... /usr/bin/curl-config
 > checking for the version of libcurl... 7.47.0
 > checking for libcurl >= version 7.17.1... yes
 > checking whether libcurl is usable... no

 > Fixes:
 >  - http://autobuild.buildroot.org/results/26ab8024e3ef70b898981763f4ea89b647cc9f4b

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-04-25  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 21:00 [Buildroot] [PATCH 1/1] package/boinc: set curl-config Fabrice Fontaine
2020-04-11  8:02 ` Thomas Petazzoni
2020-04-25  7:06 ` 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.