buildrootschalter/package/libpcap
Thomas Petazzoni de75da8b13 libpcap: fix static build
The libpcap package contained some interesting attempts to support a
static-only build, but it was not working:

 http://autobuild.buildroot.org/results/01038d3b970092d894d2bae80679247e65722785/build-end.log

In fact the configure.in of libpcap has provision to support
--enable-shared/--disable-shared, but the generated configure script
in the libpcap package has not been regenerated with the configure.in
changes.

So basically, enabling LIBPCAP_AUTORECONF=YES ensures that the
configure script gets generated, which brings us a working
--enable-shared / --disable-shared.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-11-28 10:58:46 -08:00
..
Config.in Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libpcap-canusb-requires-pthread.patch libpcap: canusb support needs pthreads 2012-06-26 23:04:54 +02:00
libpcap.mk libpcap: fix static build 2012-11-28 10:58:46 -08:00