From 79bf99a190d1c1d97c78ce97437a79b1f6eee40d Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 6 Feb 2014 12:40:28 +0000 Subject: [PATCH] libpcap: disable some autodetected features to avoid extra dependencies and bloat Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39504 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/libpcap/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 += \ -- 2.11.0