Re: [PATCH] [SHELL] Fix klibc DEBUG compilation v2

2011-07-10 Thread maximilian attems
On Fri, 08 Jul 2011, Herbert Xu wrote: > On Sat, Jun 04, 2011 at 09:15:49AM +0200, maximilian attems wrote: > > dash didn't compile in DEBUG mode against klibc for all long time. > > Now it only fails at link stage for not having setlinebuf(3) and > > freopen(3). > > > > Fixes: > > > > usr/dash/

Re: [PATCH] [SHELL] Fix klibc DEBUG compilation v2

2011-07-08 Thread Herbert Xu
On Sat, Jun 04, 2011 at 09:15:49AM +0200, maximilian attems wrote: > dash didn't compile in DEBUG mode against klibc for all long time. > Now it only fails at link stage for not having setlinebuf(3) and > freopen(3). > > Fixes: > > usr/dash/show.o: In function `opentrace': > show.c:(.text+0x36):

[PATCH] [SHELL] Fix klibc DEBUG compilation v2

2011-06-04 Thread maximilian attems
dash didn't compile in DEBUG mode against klibc for all long time. Now it only fails at link stage for not having setlinebuf(3) and freopen(3). Fixes: usr/dash/show.o: In function `opentrace': show.c:(.text+0x36): undefined reference to `freopen' show.c:(.text+0x86): undefined reference to `setli