mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 18:33:48 +08:00
cb54da1b03
Modern architectures such as ARC do not provide the sysctl() system call, since it is deprecated. However, uClibc still installs <sys/sysctl.h> in such cases, which defeats radvd check for the availability of sysctl(). This commit adds a patch to radvd which improves the sysctl() checking. Fixes: http://autobuild.buildroot.org/results/458/4581c4220adeaebbf6761e3b923088d8de8522d5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> |
||
---|---|---|
.. | ||
0001-Drop-check-requirement-we-don-t-do-unit-tests.patch | ||
0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch | ||
0003-Improve-check-of-the-sysctl-function.patch | ||
Config.in | ||
radvd.hash | ||
radvd.mk | ||
S50radvd |