libpcap: disable some autodetected features to avoid extra dependencies and bloat
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Feb 2014 12:40:28 +0000 (12:40 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Feb 2014 12:40:28 +0000 (12:40 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39504 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libs/libpcap/Makefile

index 347b180..c2f2568 100644 (file)
@@ -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 += \