[Buildroot] [PATCH] autofs: use libtirpc instead of internal C implementation

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 21 21:24:49 UTC 2017


Hello,

On Tue, 21 Mar 2017 20:32:13 +0100, Waldemar Brodkorb wrote:

> @@ -2,8 +2,8 @@ config BR2_PACKAGE_AUTOFS
>  	bool "autofs"
>  	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
>  	depends on BR2_USE_MMU
> -	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
>  	depends on !BR2_STATIC_LIBS # dlfcn
> +	select BR2_PACKAGE_LIBTIRPC

Why should we force people to use libtirpc ? What about instead:

	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC

and adjust the .mk file accordingly.

Thanks!

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



More information about the buildroot mailing list