You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/libs/libpcap/patches
Zefir Kurtisi 16725e2db0 libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled
Add patches provided upstream [1] by Fabio Berton to fix error:

> ./gencode.c: In function 'pcap_compile':
> ./gencode.c:693:8: error: 'compiler_state_t {aka struct _compiler_state}' has no member named 'ai'
>   cstate.ai = NULL;
>         ^
> ./gencode.c: In function 'gen_gateway':
> ./gencode.c:4914:13: error: 'cstate' undeclared (first use in this function)
>    bpf_error(cstate, "direction applied to 'gateway'");
>              ^

[1] https://github.com/the-tcpdump-group/libpcap/pull/541

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Tested-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
8 years ago
..
001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled 8 years ago
002-Add-missing-compiler_state_t-parameter.patch libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled 8 years ago
100-debian_shared_lib.patch libs/libpcap: update to 1.8.1 8 years ago
102-makefile_disable_manpages.patch libs/libpcap: update to 1.8.1 8 years ago
103-makefile_flex_workaround.patch libs/libpcap: update to 1.8.1 8 years ago
201-space_optimization.patch libs/libpcap: update to 1.8.1 8 years ago
202-protocol_api.patch libs/libpcap: update to 1.8.1 8 years ago
203-undef_iw_mode_monitor.patch libs/libpcap: update to 1.8.1 8 years ago
204-usb-bus-path.patch libs/libpcap: update to 1.8.1 8 years ago