aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-06 12:40:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-06 12:40:28 +0000
commit5ec37e67f052ff8003783d9068ccccbe2409f543 (patch)
treec8653731421ad31db3adbf882c245d66844020f9 /package/libs/libpcap
parentc5bc6da55e6e401ee49c12f3fdcfdc45bb85af0c (diff)
downloadupstream-5ec37e67f052ff8003783d9068ccccbe2409f543.tar.gz
upstream-5ec37e67f052ff8003783d9068ccccbe2409f543.tar.bz2
upstream-5ec37e67f052ff8003783d9068ccccbe2409f543.zip
libpcap: disable some autodetected features to avoid extra dependencies and bloat
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libpcap')
-rw-r--r--package/libs/libpcap/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index 347b180ba2..c2f2568270 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -59,7 +59,11 @@ CONFIGURE_ARGS += \
--without-septel \
--without-dag \
--without-libnl \
- --disable-can
+ --without-snf \
+ --disable-can \
+ --disable-canusb \
+ --disable-dbus \
+ --disable-bluetooth
ifeq ($(CONFIG_IPV6),y)
CONFIGURE_ARGS += \