tcpdump: fix static build
authorBaruch Siach <baruch@tkos.co.il>
Tue, 11 Nov 2014 10:23:03 +0000 (12:23 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 11 Nov 2014 21:40:55 +0000 (22:40 +0100)
commitda1a445d419cfdd168c02f2ebc71800e7c86dc8d
treea75476249cd8f1d856886ff2f52892028809ce63
parent22b0c44eb6b71301eecac5c32e6078bb9619323c
tcpdump: fix static build

Commit 746116d1eb2e (tcpdump: use libpcap shared library) broke static build
of tcpdump, because its configure script doesn't take into account indirect
dependencies of libpcap. Add these dependencies to the LIBS configure
parameter.

Fixes:
http://autobuild.buildroot.net/results/fd231d34e4bb0306609b021e9e74eb862b7bd6bd/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/tcpdump/tcpdump.mk