diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-06 12:40:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-06 12:40:28 +0000 |
commit | 79bf99a190d1c1d97c78ce97437a79b1f6eee40d (patch) | |
tree | c8653731421ad31db3adbf882c245d66844020f9 /package | |
parent | a4c8771d7bb01040acfd1124475f4480f4c70739 (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/Makefile | 6 |
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 += \ |