All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] json-c: build for host
@ 2017-12-23 17:43 Baruch Siach
  2017-12-23 17:43 ` [Buildroot] [PATCH 2/2] cryptsetup: add json-c dependency to host build Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Baruch Siach @ 2017-12-23 17:43 UTC (permalink / raw)
  To: buildroot

This is needed for the recent cryptsetup version host build.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/json-c/json-c.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/json-c/json-c.mk b/package/json-c/json-c.mk
index 7adbcafa7238..86636d7433eb 100644
--- a/package/json-c/json-c.mk
+++ b/package/json-c/json-c.mk
@@ -11,7 +11,9 @@ JSON_C_MAKE = $(MAKE1)
 JSON_C_CONF_OPTS = --disable-oldname-compat
 # AUTORECONF is needed because of Makefile.am.inc patch.
 JSON_C_AUTORECONF = YES
+HOST_JSON_C_AUTORECONF = YES
 JSON_C_LICENSE = MIT
 JSON_C_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.15.1

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

end of thread, other threads:[~2017-12-26 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-23 17:43 [Buildroot] [PATCH 1/2] json-c: build for host Baruch Siach
2017-12-23 17:43 ` [Buildroot] [PATCH 2/2] cryptsetup: add json-c dependency to host build Baruch Siach
2017-12-23 22:30   ` Yann E. MORIN
2017-12-26 18:57   ` Peter Korsgaard
2017-12-23 22:28 ` [Buildroot] [PATCH 1/2] json-c: build for host Yann E. MORIN
2017-12-26 18:57 ` Peter Korsgaard

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.