From: nbd Date: Thu, 6 Feb 2014 12:40:28 +0000 (+0000) Subject: libpcap: disable some autodetected features to avoid extra dependencies and bloat X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=79bf99a190d1c1d97c78ce97437a79b1f6eee40d 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 --- 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 += \