Re: [OE-core] [PATCH][krogoth] nss: fix compilation with glibc-2.24

2016-11-01 Thread akuster808
Enrico, On 10/27/2016 11:06 PM, Enrico Jorns wrote: `readdir_r` is deprecated as of glibc-2.24 and leads to a compilation error: | In file included from sysrand.c:16:0: | unix_rand.c: In function 'ReadOneFile': | unix_rand.c:1090:6: error: 'readdir_r' is deprecated [-Werror=deprecated-declarat

[OE-core] [PATCH][krogoth] nss: fix compilation with glibc-2.24

2016-10-27 Thread Enrico Jorns
`readdir_r` is deprecated as of glibc-2.24 and leads to a compilation error: | In file included from sysrand.c:16:0: | unix_rand.c: In function 'ReadOneFile': | unix_rand.c:1090:6: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations] | error = readdir_r(fd, &entry_dir, &result