projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c666dcf
)
libpcap: disable some autodetected features to avoid extra dependencies and bloat
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 6 Feb 2014 12:40:28 +0000
(12:40 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 6 Feb 2014 12:40:28 +0000
(12:40 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39504
package/libs/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libpcap/Makefile
b/package/libs/libpcap/Makefile
index 347b180ba26b478230dbd4011d34e50336bf7bc7..c2f2568270ff1a5260208fc9310b3b1fa18a243e 100644
(file)
--- 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 += \