Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-25 Thread Kang Kai
On 2013年08月22日 15:25, Kang Kai wrote: On 2013年08月22日 15:15, Khem Raj wrote: Kai On Aug 21, 2013, at 11:50 PM, Kang Kai wrote: what does adding this include file fix ? To be honest, I am not sure why add this include. After build it is harmless, so I didn't want to modify it because I think

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-22 Thread Kang Kai
On 2013年08月22日 15:15, Khem Raj wrote: Kai On Aug 21, 2013, at 11:50 PM, Kang Kai wrote: what does adding this include file fix ? To be honest, I am not sure why add this include. After build it is harmless, so I didn't want to modify it because I think LFS is trustable. Its matter of unde

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-22 Thread Khem Raj
Kai On Aug 21, 2013, at 11:50 PM, Kang Kai wrote: >> what does adding this include file fix ? > > To be honest, I am not sure why add this include. After build it is harmless, > so I didn't want to modify it because I think LFS is trustable. > Its matter of understanding the change and may b

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-21 Thread Kang Kai
On 2013年08月22日 14:38, Khem Raj wrote: On Aug 19, 2013, at 7:20 PM, Kai Kang wrote: When run 'bc -l', it segmentation faults. Apply patch from BLFS to fix it. Ref: http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg04601.html Signed-off-by: Kai Kang --- meta/recipes-extended/bc

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-21 Thread Khem Raj
On Aug 19, 2013, at 7:20 PM, Kai Kang wrote: > When run 'bc -l', it segmentation faults. Apply patch from BLFS to fix it. > > Ref: > http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg04601.html > > Signed-off-by: Kai Kang > --- > meta/recipes-extended/bc/bc_1.06.bb

[OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-19 Thread Kai Kang
When run 'bc -l', it segmentation faults. Apply patch from BLFS to fix it. Ref: http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg04601.html Signed-off-by: Kai Kang --- meta/recipes-extended/bc/bc_1.06.bb| 3 ++- .../bc/files/fix-segment-fault.patch