[oe] [PATCH] site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_char

Holger Hans Peter Freyther holger+oe at freyther.de
Mon Aug 17 13:06:38 UTC 2009


On Monday 17 August 2009 12:13:05 Roman I Khimov wrote:
> ac_cv_sizeof_unsigned_char definition accidentally redefines
> ac_cv_sizeof_unsigned_int to 1. Luckily, not many packages are using that
> but for example it completely breakes gnutls.

Acked-by: Holger Freyther <zecke at selfish.org>


>
> Fix that.
> ---
>  site/ix86-common |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/site/ix86-common b/site/ix86-common
> index a5c4b60..281ab91 100644
> --- a/site/ix86-common
> +++ b/site/ix86-common
> @@ -1,5 +1,5 @@
>  ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
> -ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_int=1}
> +ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
>  ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
>  ac_cv_sizeof_unsigned_char_p=${ac_cv_sizeof_unsigned_char_p=4}
>  ac_cv_sizeof_int=${ac_cv_sizeof_int=4}




More information about the Openembedded-devel mailing list