[Buildroot] libcurl patch for package/libcurl.mk

Lionel Landwerlin llandwerlin at gmail.com
Fri May 14 13:06:39 UTC 2010


Does this patch actually fix something ?
If it's just a matter of using something available in gcc, I would
rather prefer to let the configure script use its autodetect
feature....


On Fri, May 14, 2010 at 2:37 PM, Robert Urban <urban at unix-beratung.de> wrote:
> 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
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>



More information about the buildroot mailing list