mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
tcpreplay: use pcap-config
Since other libs can be pulled in by libpcap switch to using pcap-config, it's the correct way and simpler. Fixes: http://autobuild.buildroot.net/results/c02/c023bacd35e9ef1addeb881cd3d572f97f9b4b56/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
39e4bf8abb
commit
b117ba41f1
@ -15,10 +15,8 @@ TCPREPLAY_CONF_ENV = \
|
|||||||
TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr
|
TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr
|
||||||
TCPREPLAY_DEPENDENCIES = libpcap
|
TCPREPLAY_DEPENDENCIES = libpcap
|
||||||
|
|
||||||
# libpcap may depend on symbols in libdbus-1 and libusb as well
|
# libpcap may depend on symbols in other libs
|
||||||
TCPREPLAY_LIBS = -lpcap \
|
TCPREPLAY_LIBS = $(shell $(STAGING_DIR)/usr/bin/pcap-config --static --libs)
|
||||||
$(if $(BR2_PACKAGE_DBUS),-ldbus-1) \
|
|
||||||
$(if $(BR2_PACKAGE_LIBUSB),-lusb-1.0)
|
|
||||||
TCPREPLAY_CONF_ENV += ac_cv_search_pcap_close='$(TCPREPLAY_LIBS)' \
|
TCPREPLAY_CONF_ENV += ac_cv_search_pcap_close='$(TCPREPLAY_LIBS)' \
|
||||||
LIBS="$(TCPREPLAY_LIBS)"
|
LIBS="$(TCPREPLAY_LIBS)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user