[Buildroot] [PATCH 1/2] util-linux: nommu: Add patch to use vfork in nommu arch.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Nov 13 23:23:14 UTC 2013


Arnout, Sonic,

On Thu, 14 Nov 2013 00:12:24 +0100, Arnout Vandecappelle wrote:

> > +diff -urN util-linux-2.23.2.old/fdisks/fdiskbsdlabel.h util-linux-2.23.2/fdisks/fdiskbsdlabel.h
> > +--- util-linux-2.23.2.old/fdisks/fdiskbsdlabel.h	2013-07-30 16:54:15.362994206 +0800
> > ++++ util-linux-2.23.2/fdisks/fdiskbsdlabel.h	2013-11-11 14:52:18.285623027 +0800
> > +@@ -50,7 +50,7 @@
> > +     defined (__mips__) || defined (__s390__) || defined (__sh__) || \
> > +     defined (__aarch64__) || defined(__xtensa__) || \
> > +     defined (__x86_64__) || defined (__avr32__) || defined(__cris__) || \
> > +-    defined (__microblaze__)
> > ++    defined(__bfin__) || defined (__microblaze__)
> 
>   This is actually a blackfin change, not a nommu change, so it should be 
> a separate patch.

Just a quick note to mention that util-linux 2.24 has removed this
header, and we have a patch pending to bump util-linux to 2.24. See
http://patchwork.ozlabs.org/patch/290366/.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list