[Buildroot] [PATCH] gnutls: needs argp-standalone for musl/uclibc

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 13 21:32:50 UTC 2015


Gustavo,

On Fri,  4 Dec 2015 14:01:39 -0300, Gustavo Zacarias wrote:

> diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
> index dde23ce..998e213 100644
> --- a/package/gnutls/Config.in
> +++ b/package/gnutls/Config.in
> @@ -14,6 +14,8 @@ if BR2_PACKAGE_GNUTLS
>  
>  config BR2_PACKAGE_GNUTLS_TOOLS
>  	bool "install tools"
> +	select BR2_PACKAGE_ARGP_STANDALONE \
> +		if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
>  	help
>  	  Install GnuTLS command line tools for various cryptographic tasks.

Seems like BR2_PACKAGE_GNUTLS needs argp.h as well, not only
BR2_PACKAGE_GNUTLS_TOOLS. See
http://autobuild.buildroot.org/results/d86/d8604fe448bb11395e8443726d09b041eb34c6d5//.

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



More information about the buildroot mailing list