All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libxcrypt: support host package build
@ 2024-04-01 23:40 James Hilliard
  2024-04-01 23:40 ` [Buildroot] [PATCH 2/2] package/systemd: fix build with glibc 2.39 James Hilliard
  2024-04-02 21:28 ` [Buildroot] [PATCH 1/2] package/libxcrypt: support host package build Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: James Hilliard @ 2024-04-01 23:40 UTC (permalink / raw)
  To: buildroot
  Cc: Sen Hastings, Guillaume William Brs, James Hilliard,
	Thomas Petazzoni, Norbert Lange, Yann E . MORIN

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
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-02 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 23:40 [Buildroot] [PATCH 1/2] package/libxcrypt: support host package build James Hilliard
2024-04-01 23:40 ` [Buildroot] [PATCH 2/2] package/systemd: fix build with glibc 2.39 James Hilliard
2024-04-02 21:28   ` Yann E. MORIN
2024-04-02 21:28 ` [Buildroot] [PATCH 1/2] package/libxcrypt: support host package build Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.