All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] c-ares: enable the host variant
@ 2018-09-19 21:07 Mark Fine
  2018-09-19 21:07 ` [Buildroot] [PATCH 2/2] grpc: new package Mark Fine
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Fine @ 2018-09-19 21:07 UTC (permalink / raw)
  To: buildroot

gRPC needs a c-ares library for the plugins to compile against.
Allow c-ares to be compiled as a host tool.

Signed-off-by: Mark Fine <mark.fine@gmail.com>
---
 package/c-ares/c-ares.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
index 67254244a1..76e9687b37 100644
--- a/package/c-ares/c-ares.mk
+++ b/package/c-ares/c-ares.mk
@@ -15,3 +15,4 @@ C_ARES_LICENSE = MIT
 C_ARES_LICENSE_FILES = ares_mkquery.c
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.14.3 (Apple Git-98)

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] c-ares: enable the host variant
@ 2018-09-19 20:52 Mark Fine
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Fine @ 2018-09-19 20:52 UTC (permalink / raw)
  To: buildroot

gRPC needs a c-ares library for the plugins to compile against.
Allow c-ares to be compiled as a host tool.

Signed-off-by: Mark Fine <mark.fine@gmail.com>
---
 package/c-ares/c-ares.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
index 67254244a1..76e9687b37 100644
--- a/package/c-ares/c-ares.mk
+++ b/package/c-ares/c-ares.mk
@@ -15,3 +15,4 @@ C_ARES_LICENSE = MIT
 C_ARES_LICENSE_FILES = ares_mkquery.c
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.14.3 (Apple Git-98)

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

end of thread, other threads:[~2018-09-19 21:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19 21:07 [Buildroot] [PATCH 1/2] c-ares: enable the host variant Mark Fine
2018-09-19 21:07 ` [Buildroot] [PATCH 2/2] grpc: new package Mark Fine
  -- strict thread matches above, loose matches on Subject: below --
2018-09-19 20:52 [Buildroot] [PATCH 1/2] c-ares: enable the host variant Mark Fine

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.