diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-06 12:40:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-06 12:40:28 +0000 |
commit | 5a57185ea188569c799096038773b6e3cedaee8a (patch) | |
tree | e886335280fce9d570a7e6ade5e31f71159b6f44 /package | |
parent | c666dcfe0885ff4a81e89cec6d8f300dea441776 (diff) | |
download | upstream-5a57185ea188569c799096038773b6e3cedaee8a.tar.gz upstream-5a57185ea188569c799096038773b6e3cedaee8a.tar.bz2 upstream-5a57185ea188569c799096038773b6e3cedaee8a.zip |
libpcap: disable some autodetected features to avoid extra dependencies and bloat
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39504
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 += \ |