[Buildroot] [PATCH] package/petitboot: add libxcrypt optional dependency

Yann E. MORIN yann.morin.1998 at free.fr
Wed May 1 21:44:40 UTC 2024


Reza, All,

On 2024-04-16 09:48 -0500, Reza Arbab spake thusly:
> Fix the following build failure raised since bump of glibc to version
> 2.39 in commit b5680f53d60acf8ff6010082f873438a39bd5d97:
> 
>   checking for crypt in -lcrypt... no
>   configure: error: in `/home/arbab/src/buildroot/output/build/petitboot-1.15':
>   configure: error: shadow/crypt libs required
> 
> Signed-off-by: Reza Arbab <arbab at linux.ibm.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/petitboot/Config.in    | 1 +
>  package/petitboot/petitboot.mk | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/package/petitboot/Config.in b/package/petitboot/Config.in
> index 533c7a9f2980..66836f31acd8 100644
> --- a/package/petitboot/Config.in
> +++ b/package/petitboot/Config.in
> @@ -14,6 +14,7 @@ config BR2_PACKAGE_PETITBOOT
>  	# run-time dependencies
>  	select BR2_PACKAGE_KEXEC if !BR2_PACKAGE_KEXEC_LITE_ARCH_SUPPORTS
>  	select BR2_PACKAGE_KEXEC_LITE if BR2_PACKAGE_KEXEC_LITE_ARCH_SUPPORTS && !BR2_PACKAGE_KEXEC
> +	select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
>  	select BR2_PACKAGE_NVME if ( BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le )
>  	select BR2_PACKAGE_POWERPC_UTILS if ( BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le )
>  	help
> diff --git a/package/petitboot/petitboot.mk b/package/petitboot/petitboot.mk
> index cd7631fa5cae..2eb6461144cd 100644
> --- a/package/petitboot/petitboot.mk
> +++ b/package/petitboot/petitboot.mk
> @@ -14,6 +14,7 @@ PETITBOOT_DEPENDENCIES = \
>  	host-bison \
>  	host-flex \
>  	lvm2 \
> +	$(if $(BR2_PACKAGE_LIBXCRYPT),libxcrypt) \
>  	$(TARGET_NLS_DEPENDENCIES)
>  PETITBOOT_LICENSE = GPL-2.0
>  PETITBOOT_LICENSE_FILES = COPYING
> -- 
> 2.39.3
> 
> _______________________________________________
> 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