mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
e07105303f
This patch has been submitted upstream to fix an error reported by a few
users. One instance seen using gcc 10.2.0, binutils 2.35.1 and musl 1.1.24:
bpf_glue.c: In function 'get_libbpf_version':
bpf_glue.c:46:11: error: 'PATH_MAX' undeclared (first use in this function);
did you mean 'AF_MAX'?
46 | char buf[PATH_MAX], *s;
| ^~~~~~~~
| AF_MAX
Reported-by: Rui Salvaterra <rsalvaterra@gmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
100-configure.patch | ||
110-darwin_fixes.patch | ||
115-add-config-xtlibdir.patch | ||
120-no_arpd.patch | ||
130-no_netem.patch | ||
140-allow_pfifo_fast.patch | ||
140-keep_libmnl_optional.patch | ||
145-keep_libelf_optional.patch | ||
150-keep_libcap_optional.patch | ||
160-libnetlink-pic.patch | ||
170-ip_tiny.patch | ||
175-reduce-dynamic-syms.patch | ||
180-drop_FAILED_POLICY.patch | ||
185-libbpf-add-limits-h.patch | ||
200-drop_libbsd_dependency.patch | ||
300-selinux-configurable.patch |