Re: Dropbear Digest, Vol 171, Issue 1

2020-06-22 Thread Nik Soggia
Il 16/06/20 06:00, dropbear-requ...@ucc.asn.au ha scritto: Dropbear 2020.79 is now released. Hello, I can't compile DB 2020.79 with uClibc-ng (1.0.32, looking at the 1.0.34 sources nothing has changed) unless I add "#define _GNU_SOURCE" on top of "dbrandom.c" (it is required by sys/random.h,

Re: Dropbear Digest, Vol 171, Issue 1

2020-06-22 Thread Laurent Bercot
I can't compile DB 2020.79 with uClibc-ng (1.0.32, looking at the 1.0.34 sources nothing has changed) unless I add "#define _GNU_SOURCE" on top of "dbrandom.c" (it is required by sys/random.h, line 11 https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/libc/sysdeps/linux/common/sys/random.h)

Re: Dropbear Digest, Vol 171, Issue 1

2020-06-23 Thread Matt Johnston
Thanks, I've added _GNU_SOURCE Cheers, Matt > On Mon 22/6/2020, at 8:06 pm, Laurent Bercot wrote: > >> I can't compile DB 2020.79 with uClibc-ng (1.0.32, looking at the 1.0.34 >> sources nothing has changed) unless I add "#define _GNU_SOURCE" on top of >> "dbrandom.c" (it is required by sys/r