libpcap: disable can, canusb and bluetooth support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-08 14:17:16 +01:00
parent a9ff8d0ca2
commit 5a3251fe52

View File

@ -35,6 +35,9 @@ ac_cv_header_libusb_1_0_libusb_h=no \
--build=$HOST_NAME \
--prefix=/usr \
--disable-shared \
--with-pcap=linux
--with-pcap=linux \
--disable-bluetooth \
--disable-can \
--disable-canusb \
$MAKEINSTALL