All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/nghttp2: add host variant
@ 2022-04-22 18:14 Joseph Kogut
  2022-04-22 18:14 ` [Buildroot] [PATCH 2/2] package/libcurl: add host-nghttp2 to host deps Joseph Kogut
  0 siblings, 1 reply; 6+ messages in thread
From: Joseph Kogut @ 2022-04-22 18:14 UTC (permalink / raw)
  To: buildroot; +Cc: Joseph Kogut, Anisse Astier, Thomas Petazzoni, Matt Weber

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 package/nghttp2/nghttp2.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nghttp2/nghttp2.mk b/package/nghttp2/nghttp2.mk
index 9190fa30d6..5f46f24431 100644
--- a/package/nghttp2/nghttp2.mk
+++ b/package/nghttp2/nghttp2.mk
@@ -21,3 +21,4 @@ endef
 NGHTTP2_POST_INSTALL_TARGET_HOOKS += NGHTTP2_INSTALL_CLEAN_HOOK
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.36.0

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

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

end of thread, other threads:[~2022-04-22 22:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 18:14 [Buildroot] [PATCH 1/2] package/nghttp2: add host variant Joseph Kogut
2022-04-22 18:14 ` [Buildroot] [PATCH 2/2] package/libcurl: add host-nghttp2 to host deps Joseph Kogut
2022-04-22 21:56   ` Arnout Vandecappelle
2022-04-22 22:09     ` Joseph Kogut
2022-04-22 22:19       ` Arnout Vandecappelle
2022-04-22 22:32         ` Joseph Kogut

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.