Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] libcurl patch for package/libcurl.mk
@ 2010-05-14 12:37 Robert Urban
  2010-05-14 13:06 ` Lionel Landwerlin
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Urban @ 2010-05-14 12:37 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2010-05-26 21:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 12:37 [Buildroot] libcurl patch for package/libcurl.mk Robert Urban
2010-05-14 13:06 ` 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

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