[Buildroot] [PATCH 2/2] package/netsniff-ng: allow to build with musl

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Nov 15 10:39:46 UTC 2016


Hello,

On Mon, 14 Nov 2016 12:29:48 +0100, Tobias Klauser wrote:
> netsniff-ng allows build with musl since version 0.5.8. With libnet now
> being able to build with musl, let's enable musl for netsniff-ng as
> well.
> 
> Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
> ---
>  package/netsniff-ng/Config.in | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/netsniff-ng/Config.in b/package/netsniff-ng/Config.in
> index e52bb25f0acd..dca016469736 100644
> --- a/package/netsniff-ng/Config.in
> +++ b/package/netsniff-ng/Config.in
> @@ -7,8 +7,7 @@ config BR2_PACKAGE_NETSNIFF_NG
>  	select BR2_PACKAGE_LIBURCU
>  	select BR2_PACKAGE_LIBNET
>  	# Build with uClibc fails due to missing ceill()
> -	# Build with musl fails due to various header issues
> -	depends on BR2_TOOLCHAIN_USES_GLIBC
> +	depends on !BR2_TOOLCHAIN_USES_UCLIBC

This is good, but you forgot to update the Config.in comment that shows
the dependencies needed for this package. So I've fixed that and
applied to next. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list