mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 01:28:59 +00:00
751e6ab8e6
Backport patches which fix compile issue for uClibc-ng : dbrandom.c:174:8: warning: implicit declaration of function 'getrandom'; did you mean 'genrandom'? [-Wimplicit-function-declaration] ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK); ^~~~~~~~~ genrandom dbrandom.c:174:36: error: 'GRND_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'? ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK); ^~~~~~~~~~~~~ SOCK_NONBLOCK Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> |
||
---|---|---|
.. | ||
001-backport_GNU_SOURCE-for-random.patch | ||
002-backport-move-GNU_SOURCE-earlier.patch | ||
010-backport-disable-toom-and-karatsuba.patch | ||
100-pubkey_path.patch | ||
110-change_user.patch | ||
130-ssh_ignore_x_args.patch | ||
140-disable_assert.patch | ||
160-lto-jobserver.patch | ||
600-allow-blank-root-password.patch | ||
900-configure-hardening.patch | ||
901-bundled-libs-cflags.patch |