libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled
authorZefir Kurtisi <zefir.kurtisi@neratec.com>
Thu, 22 Dec 2016 09:39:51 +0000 (10:39 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 24 Dec 2016 10:59:42 +0000 (11:59 +0100)
commit16725e2db0a4fbf72e05443049df3f0cfa2ad86b
tree82feddfae0d19e6238abcd6d5226fbc385329555
parentea9b71e5b1de8e40a7f92d10bfc1761a8955a2e8
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>
package/libs/libpcap/patches/001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch [new file with mode: 0644]
package/libs/libpcap/patches/002-Add-missing-compiler_state_t-parameter.patch [new file with mode: 0644]