All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/3] package/rust/rust.mk: add missing host-zlib dependency
@ 2024-02-29 22:41 Romain Naour
  2024-02-29 22:41 ` [Buildroot] [PATCH v2 2/3] package/rust: use host libraries from HOST_DIR Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Romain Naour @ 2024-02-29 22:41 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Several rust tool are linking against zlib, so add
the depedency explicitely in HOST_RUST_DEPENDENCIES.

For now, host-rust build system is not able to find
provided by Buildroot in HOST_DIR due to at least two
issues that will be fixed in followup commits.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
v2: new commit
---
 package/rust/rust.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rust/rust.mk b/package/rust/rust.mk
index f7a5c0fcd5..16a397407f 100644
--- a/package/rust/rust.mk
+++ b/package/rust/rust.mk
@@ -20,6 +20,7 @@ HOST_RUST_DEPENDENCIES = \
 	host-python3 \
 	host-rust-bin \
 	host-openssl \
+	host-zlib \
 	$(BR2_CMAKE_HOST_DEPENDENCY)
 
 HOST_RUST_VERBOSITY = $(if $(VERBOSE),2,0)
-- 
2.43.2

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

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

end of thread, other threads:[~2024-03-02 22:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 22:41 [Buildroot] [PATCH v2 1/3] package/rust/rust.mk: add missing host-zlib dependency Romain Naour
2024-02-29 22:41 ` [Buildroot] [PATCH v2 2/3] package/rust: use host libraries from HOST_DIR Romain Naour
2024-03-02 22:07   ` Yann E. MORIN
2024-02-29 22:41 ` [Buildroot] [PATCH v2 3/3] package/rust: provide RUSTFLAGS for cargo Romain Naour
2024-03-02 21:45   ` Yann E. MORIN
2024-03-02 21:54     ` Romain Naour
2024-03-02 22:06       ` Yann E. MORIN
2024-03-02 22:07 ` [Buildroot] [PATCH v2 1/3] package/rust/rust.mk: add missing host-zlib dependency 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.