Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] gettext patch
@ 2012-06-15  9:36 Nicole
  0 siblings, 0 replies; only message in thread
From: Nicole @ 2012-06-15  9:36 UTC (permalink / raw)
  To: buildroot

Ciao Thomas,

Here's the fix I located for gettext. I do not claim this as my own 
work. It gets round an error where the compile complains that the type 
of a field called __sp is not completely defined.

--- gnulib-lib/spawn.in.h       2010-11-18 19:49:42.424350565 +0300
+++ gnulib-lib/spawn.in.h       2010-11-18 19:49:10.392349526 +0300
@@ -37,6 +37,10 @@
  # include <signal.h>
  #endif

+#ifdef __UCLIBC__
+# include <sched.h>
+#endif
+
  #include <sys/types.h>

  #ifndef __THROW


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2332 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120615/fcccc2a2/attachment.p7s>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-15  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15  9:36 [Buildroot] gettext patch Nicole

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