[Buildroot] [PATCH v8 04/10] patchelf: always build this package required for RPATH sanitization

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 20 20:49:24 UTC 2017


Hello,

On Thu, 20 Jul 2017 16:35:15 +0200, Wolfgang Grandegger wrote:
> Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
> ---
>  package/patchelf/Config.in.host | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/patchelf/Config.in.host b/package/patchelf/Config.in.host
> index d1c8375..7b19e6a 100644
> --- a/package/patchelf/Config.in.host
> +++ b/package/patchelf/Config.in.host
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_HOST_PATCHELF
> -	bool "host patchelf"
> +	bool
> +	default "y"

Double quotes are not needed, so I dropped them and applied.

Thanks!

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



More information about the buildroot mailing list