Re: [Toybox] [PATCH] Support HOSTCFLAGS on musl

2012-06-20 Thread orc
On Wed, 20 Jun 2012 18:56:35 -0500 Rob Landley r...@landley.net wrote: On 06/19/2012 02:41 AM, orc wrote: Seems no, cc -o kconfig/mconf kconfig/mconf.c kconfig/zconf.tab.c \ kconfig/lxdialog/*.c -lcurses -DCURSES_LOC=ncurses.h \ -DKBUILD_NO_NLS=1 -DPROJECT_NAME=\ToyBox

[Toybox] Notes about netcat toy

2012-06-19 Thread orc
Hm, seems to be that toybox netcat does not support udp mode and ipv6. I'm using ipv6 for internal purposes so I see that if I want ipv6-aware netcat in toybox I need to follow one of two ways here: - Rewrite current netcat.c logic that it will support ipv6 - Port openbsd's netcat.c into toybox

Re: [Toybox] [PATCH] Support HOSTCFLAGS on musl

2012-06-14 Thread orc
On Thu, 14 Jun 2012 11:52:00 +1000 David Seikel onef...@gmail.com wrote: On Thu, 14 Jun 2012 01:30:33 +0800 orc o...@sibserver.ru wrote: On Wed, 13 Jun 2012 11:59:23 -0500 Rob Landley r...@landley.net wrote: On 06/13/2012 10:02 AM, orc wrote: Sorry for corrupted email. I've

Re: [Toybox] [PATCH] Support HOSTCFLAGS on musl

2012-06-14 Thread orc
On Thu, 14 Jun 2012 15:33:51 -0500 Rob Landley r...@landley.net wrote: On 06/14/2012 04:04 AM, orc wrote: And crypt.h exists because you only get crypt() defined out of that if you #define a feature test macro nobody ever uses. (Feature test macros in standard C headers: still an EPICALLY

Re: [Toybox] [PATCH] Support HOSTCFLAGS on musl

2012-06-13 Thread orc
Sorry for corrupted email. I've attached original patch here. toybox-0.3.0-menuconfig-musl.patch Description: Binary data ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net