All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option
@ 2019-01-29 22:33 Fabrice Fontaine
  2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2019-01-29 22:33 UTC (permalink / raw)
  To: buildroot

canusb has been removed since version 1.8.1 and
https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libpcap/libpcap.mk | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index c4c5f31465..daa369f66c 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -38,13 +38,6 @@ else
 LIBPCAP_CONF_OPTS += --disable-dbus
 endif
 
-ifeq ($(BR2_PACKAGE_LIBUSB),y)
-LIBPCAP_CONF_OPTS += --enable-canusb
-LIBPCAP_DEPENDENCIES += libusb
-else
-LIBPCAP_CONF_OPTS += --disable-canusb
-endif
-
 ifeq ($(BR2_PACKAGE_LIBNL),y)
 LIBPCAP_DEPENDENCIES += libnl
 LIBPCAP_CFLAGS += "-I$(STAGING_DIR)/usr/include/libnl3"
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-02 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 22:33 [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Fabrice Fontaine
2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
2019-01-30  6:29   ` Baruch Siach
2019-02-02 21:56   ` Peter Korsgaard
2019-01-30  6:24 ` [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Baruch Siach
2019-02-02 21:56 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.