Hi Jorge, You asked the exact same thing about skalibs-1.3.0 and dietlibc My answer was:
* Ask Felix to fix his netinet/in.h : IPV6_V6ONLY is in Single Unix v4. * In the meantime, compile with -DIPV6_V6ONLY=26 (the value on Linux) * or touch conf-compile/flag-noipv6 if your use of skalibs allows it. I would now add a fourth bullet: * Use musl instead: http://musl-libc.org/ musl looks very, very promising and can compile all skarnet.org software without trouble. (The only problem I got was s6-devd (in s6-linux-utils) where musl just needs an additional set of kernel headers to find linux/netlink.h.) You don't need a dedicated musl toolchain to make it work like you do with the uClibc, and the end executables are about the same size as diet-compiled ones. -- Laurent
