[Buildroot] [PATCH 1/1] package/tcpreplay: select musl-fts if needed

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jul 17 14:00:05 UTC 2022


Fabrice, All,

On 2022-07-12 18:29 +0200, Fabrice Fontaine spake thusly:
> Fix the following build failure raised since commit
> 4138151e447e69771e2579ea5a3daa89c56d41a8:
> 
> Makefile:576: *** musl-fts is in the dependency chain of tcpreplay that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/629aabd00cebcad980bf707a70642a67ad4472ca
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/tcpreplay/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/tcpreplay/Config.in b/package/tcpreplay/Config.in
> index 5e36452cf4..9e5509114e 100644
> --- a/package/tcpreplay/Config.in
> +++ b/package/tcpreplay/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_TCPREPLAY
>  	bool "tcpreplay"
>  	depends on BR2_USE_MMU # fork()
>  	select BR2_PACKAGE_LIBPCAP
> +	select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
>  	help
>  	  Tcpreplay is a tool for replaying network traffic from files
>  	  saved with tcpdump or other tools which write pcap(3) files.
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list