Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/5] xerces: make sure to use the cross-compiled curl
Date: Sat, 27 Dec 2014 17:25:11 +0100	[thread overview]
Message-ID: <20141227162511.GH4098@free.fr> (raw)
In-Reply-To: <1419688038-15640-5-git-send-email-thomas.petazzoni@free-electrons.com>

Thomas, All,

On 2014-12-27 14:47 +0100, Thomas Petazzoni spake thusly:
> When curl support is enabled in xerces, and a host curl is available
> on the system, it might try to use it, so this patch adds --with-curl=
> to the configure options to explicitly indicate where is the curl
> library to use.
> 
> Should fix:
> 
>   http://autobuild.buildroot.org/results/c3c/c3c6be45d0f764fb931a46dbf1509ccf2916ecbf/
> 
>   (We were not able to reproduce specifically this problem, but
>   another similar problem, where curl was detected, but considered as
>   non-working because of the compilation failure of a test program.)
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/xerces/xerces.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/xerces/xerces.mk b/package/xerces/xerces.mk
> index 36955e3..9b2bb81 100644
> --- a/package/xerces/xerces.mk
> +++ b/package/xerces/xerces.mk
> @@ -20,7 +20,7 @@ XERCES_DEPENDENCIES += libiconv
>  endif
>  
>  ifeq ($(BR2_PACKAGE_LIBCURL),y)
> -XERCES_CONF_OPTS += --enable-netaccessor-curl
> +XERCES_CONF_OPTS += --enable-netaccessor-curl --with-curl=$(STAGING_DIR)/usr/lib
>  XERCES_DEPENDENCIES += libcurl
>  else
>  XERCES_CONF_OPTS += --disable-network
> -- 
> 2.1.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-12-27 16:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-27 13:47 [Buildroot] [PATCH 0/5] Random autobuilder failure fixes Thomas Petazzoni
2014-12-27 13:47 ` [Buildroot] [PATCH 1/5] libxmlrpc: bump to 1.25.30 Thomas Petazzoni
2014-12-27 15:56   ` Yann E. MORIN
2014-12-27 16:26     ` Thomas Petazzoni
2014-12-27 13:47 ` [Buildroot] [PATCH 2/5] libxmlrpc: rename patches to the new convention Thomas Petazzoni
2014-12-27 15:57   ` Yann E. MORIN
2014-12-27 16:21   ` Thomas Petazzoni
2014-12-27 13:47 ` [Buildroot] [PATCH 3/5] libxmlrpc: improve curl-config patch Thomas Petazzoni
2014-12-27 16:18   ` Yann E. MORIN
2014-12-27 13:47 ` [Buildroot] [PATCH 4/5] xerces: make sure to use the cross-compiled curl Thomas Petazzoni
2014-12-27 16:25   ` Yann E. MORIN [this message]
2014-12-27 13:47 ` [Buildroot] [PATCH 5/5] guile: fix libltdl and libgmp detection Thomas Petazzoni
2014-12-27 15:10   ` Samuel Martin
2014-12-27 16:20   ` Thomas Petazzoni

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=20141227162511.GH4098@free.fr \
    --to=yann.morin.1998@free.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox