Re: [Toybox] Fix build error after 'make allyesconfig'

2016-01-12 Thread Rob Landley
On 01/12/2016 03:26 AM, Lipi C. H. Lee wrote: > Rob, > > If try to 'make defconfig', CFG_TOYBOX_FORK is 1 in 'generated/config.h'. > and CFG_TOYBOX_FORK is 0 in generated/config.h, after 'make allyesconfig'. Yes, becaue allyesconfig forces: config TOYBOX_MUSL_NOMMU_IS_BROKEN bool

[Toybox] Fix build error after 'make allyesconfig'

2016-01-11 Thread Lipi C. H. Lee
Hi, Rob. Some source files in 'pending' directory have link error when xfork() is called after 'make allyesconfig'. Lipi fix_build_bootchard.patch Description: Binary data fix_build_crontab.patch Description: Binary data fix_build_openvt.patch Description: Binary data

Re: [Toybox] Fix build error after 'make allyesconfig'

2016-01-11 Thread Rob Landley
On 01/11/2016 03:24 AM, Lipi C. H. Lee wrote: > Hi, Rob. > > Some source files in 'pending' directory have link error when xfork() is > called after 'make allyesconfig'. > > Lipi Thanks for the heads up. Hmmm. Unfortunately XVFORK() isn't quite a drop-in replacement for xfork(). This makes the