From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wade Berrier Date: Mon, 4 Aug 2008 10:40:41 -0600 Subject: [Buildroot] [PATCH] fix bash job control (was: my /etc/init.d/rcS won't run) In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net One more note: this patch seems to be the fix for this bug: http://bugs.busybox.net/view.php?id=1244 Wade On Mon, Aug 4, 2008 at 10:36 AM, Wade Berrier wrote: > And now the actual patch :-P > > On Mon, Aug 4, 2008 at 10:35 AM, Wade Berrier wrote: >> Hi, >> >> Marc from the previous thread pointed me in the right direction to fix this. >> >> Attached is a patch to bash.mk so it builds correctly and can be used >> from busybox's init. >> >> (To create the patch, I built bash on my linux desktop to generate a >> config.log. Then I went through bash's aclocal.m4 to see which >> options were skipped when cross compiling. Anything that didn't match >> up with my desktop's config.log I manually forced in bash.mk). >> >> Thanks, >> >> Wade >> >