diff mbox series

[1/2] package/libxcrypt: support host package build

Message ID 20240401234013.3570820-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/2] package/libxcrypt: support host package build | expand

Commit Message

James Hilliard April 1, 2024, 11:40 p.m. UTC
This is needed by host-systemd.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/libxcrypt/libxcrypt.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN April 2, 2024, 9:28 p.m. UTC | #1
James, All,

On 2024-04-01 17:40 -0600, James Hilliard spake thusly:
> This is needed by host-systemd.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/libxcrypt/libxcrypt.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk
> index 9ad030fbd2..e24bc2e847 100644
> --- a/package/libxcrypt/libxcrypt.mk
> +++ b/package/libxcrypt/libxcrypt.mk
> @@ -18,3 +18,4 @@ LIBXCRYPT_CONF_OPTS = --disable-werror
>  LIBXCRYPT_CONF_OPTS += --disable-obsolete_api

You had forgotten to use the same set of _CONF_OPTS for the host
variant, so I added those.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  $(eval $(autotools-package))
> +$(eval $(host-autotools-package))
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk
index 9ad030fbd2..e24bc2e847 100644
--- a/package/libxcrypt/libxcrypt.mk
+++ b/package/libxcrypt/libxcrypt.mk
@@ -18,3 +18,4 @@  LIBXCRYPT_CONF_OPTS = --disable-werror
 LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))