[Buildroot] patch for gettext package (bug#13000)

Francois Visconte fv at kh3.org
Wed Apr 18 07:37:12 UTC 2007


Here is the path to put in 'package/gettext/gettext-plural-exp.patch':


Cheers,
François Visconte



--- gettext-0.14.6/gettext-runtime/intl/plural-exp.h   2005-05-20 
23:03:38.000000000 +0200
+++ gettext-0.14.6/gettext-runtime/intl/plural-exp.h   2007-04-13
15:54:54.000000000 +0200
@@ -110,7 +110,7 @@
                                unsigned long int *npluralsp)
       internal_function;

-#if !defined (_LIBC) && !defined (IN_LIBINTL)
+#if !defined (__UCLIBC__) && !defined (_LIBC) && !defined (IN_LIBINTL)
  extern unsigned long int plural_eval (struct expression *pexp,
                               unsigned long int n);
  #endif



More information about the buildroot mailing list