All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] make: depend on guile explicitly when available
@ 2015-02-26 18:41 Baruch Siach
  2015-02-26 22:26 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2015-02-26 18:41 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/make/make.mk b/package/make/make.mk
index d643fb0004bf..6e7a8f1aedf9 100644
--- a/package/make/make.mk
+++ b/package/make/make.mk
@@ -16,4 +16,11 @@ ifeq ($(BR2_STATIC_LIBS),y)
 	MAKE_CONF_OPTS += --disable-load
 endif
 
+ifeq ($(BR2_PACKAGE_GUILE),y)
+MAKE_DEPENDENCIES += guile
+MAKE_CONF_OPTS += --with-guile
+else
+MAKE_CONF_OPTS += --without-guile
+endif
+
 $(eval $(autotools-package))
-- 
2.1.4

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

* [Buildroot] [PATCH] make: depend on guile explicitly when available
  2015-02-26 18:41 [Buildroot] [PATCH] make: depend on guile explicitly when available Baruch Siach
@ 2015-02-26 22:26 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-02-26 22:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-02-26 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 18:41 [Buildroot] [PATCH] make: depend on guile explicitly when available Baruch Siach
2015-02-26 22:26 ` 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.