[Buildroot] [git commit] package/c-ares: support host build

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Nov 29 20:45:12 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=740a9893816b5904c7f78dcfa9f6875a59b8eff1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

A host version of this package will be useful as a dependency of the
host-grpc package.

Signed-off-by: Robert Rose <robertroyrose at gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.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))


More information about the buildroot mailing list