Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Urban <urban@unix-beratung.de>
To: buildroot@busybox.net
Subject: [Buildroot] libcurl patch for package/libcurl.mk
Date: Fri, 14 May 2010 14:37:24 +0200	[thread overview]
Message-ID: <4BED4404.8070706@unix-beratung.de> (raw)

apparently the boolean workaround (typedef unsigned char _Bool) gets in the way
of a native (gcc?) boolean datatype.  Below is a patch for libcurl.mk.

My buildroot version is

	BR2_VERSION="2010.05-rc2"

my host platform is Fedora-11, x86_64.

cheers,

Rob Urban

diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 863c301..f9e7b08 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -12,6 +12,7 @@ LIBCURL_CONF_OPT = --disable-verbose --disable-manual
--enable-hidden-symbols
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 LIBCURL_DEPENDENCIES += openssl
 LIBCURL_CONF_ENV += ac_cv_lib_crypto_CRYPTO_lock=yes
+LIBCURL_CONF_ENV += ac_cv_type_bool=yes
 # configure adds the cross openssl dir to LD_LIBRARY_PATH which screws up
 # native stuff during the rest of configure when target == host.
 # Fix it by setting LD_LIBRARY_PATH to something sensible so those libs

             reply	other threads:[~2010-05-14 12:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-14 12:37 Robert Urban [this message]
2010-05-14 13:06 ` [Buildroot] libcurl patch for package/libcurl.mk Lionel Landwerlin
     [not found]   ` <4BED4C0B.7090803@unix-beratung.de>
2010-05-14 13:19     ` Lionel Landwerlin
     [not found]       ` <4BFA7AEF.20001@unix-beratung.de>
2010-05-24 16:13         ` Lionel Landwerlin
2010-05-26 21:55       ` Peter Korsgaard

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=4BED4404.8070706@unix-beratung.de \
    --to=urban@unix-beratung.de \
    --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