mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
tcpreplay: remove --program-prefix
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
cfbfd488fe
commit
aa6e5aed3a
@@ -7,7 +7,7 @@
|
||||
TCPREPLAY_VERSION = 3.4.3
|
||||
TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay
|
||||
TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0"
|
||||
TCPREPLAY_CONF_OPT = --program-prefix="" --with-libpcap=$(STAGING_DIR)/usr
|
||||
TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr
|
||||
|
||||
TCPREPLAY_DEPENDENCIES = uclibc libpcap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user