Jorge Almeida
2012-09-05 13:48:46 UTC
Laurent,
I tried (again) to compile it against dietlibc, and this time I succeded
after a small manual intervention: make complained (on devd.c) about
undefined SO_RCVBUFFORCE (line 45). I substituted SO_RCVBUFFORCE by 33
and it worked. I fished the value 33 from
/usr/include/asm-generic/socket.h
I couldn't find a definition of SO_RCVBUFFORCE anywhere else. Where
should it be? Reading the includes in devd.c one wouldn't guess
asm-generic/socket.h. And is it safe to just use the value 33?
Thanks,
Jorge Almeida
I tried (again) to compile it against dietlibc, and this time I succeded
after a small manual intervention: make complained (on devd.c) about
undefined SO_RCVBUFFORCE (line 45). I substituted SO_RCVBUFFORCE by 33
and it worked. I fished the value 33 from
/usr/include/asm-generic/socket.h
I couldn't find a definition of SO_RCVBUFFORCE anywhere else. Where
should it be? Reading the includes in devd.c one wouldn't guess
asm-generic/socket.h. And is it safe to just use the value 33?
Thanks,
Jorge Almeida