summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2014-02-06 12:40:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2014-02-06 12:40:28 +0000
commit79bf99a190d1c1d97c78ce97437a79b1f6eee40d (patch)
treec8653731421ad31db3adbf882c245d66844020f9 /package
parenta4c8771d7bb01040acfd1124475f4480f4c70739 (diff)
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')
-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 += \