All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] jq: disable maintainer mode
@ 2015-10-19 10:42 Thomas De Schampheleire
  2015-10-19 10:42 ` [Buildroot] [PATCH 2/2] jq: enable host package Thomas De Schampheleire
  2015-10-21 20:39 ` [Buildroot] [PATCH 1/2] jq: disable maintainer mode Thomas Petazzoni
  0 siblings, 2 replies; 11+ messages in thread
From: Thomas De Schampheleire @ 2015-10-19 10:42 UTC (permalink / raw)
  To: buildroot

From: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Since version 1.5, maintainer mode is enabled by default. We don't need
this, and is in particular problematic because it requires bison 3.0.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
---
 package/jq/jq.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/jq/jq.mk b/package/jq/jq.mk
index dd13276..8053e39 100644
--- a/package/jq/jq.mk
+++ b/package/jq/jq.mk
@@ -12,4 +12,7 @@ JQ_LICENSE_FILES = COPYING
 # uses c99 specific features
 JQ_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
 
+# jq explicitly enables maintainer mode, which we don't need/want
+JQ_CONF_OPTS += --disable-maintainer-mode
+
 $(eval $(autotools-package))
-- 
1.9.5

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

end of thread, other threads:[~2015-10-25 20:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 10:42 [Buildroot] [PATCH 1/2] jq: disable maintainer mode Thomas De Schampheleire
2015-10-19 10:42 ` [Buildroot] [PATCH 2/2] jq: enable host package Thomas De Schampheleire
2015-10-21 20:39   ` Thomas Petazzoni
2015-10-21 21:04     ` Arnout Vandecappelle
2015-10-21 21:20       ` Thomas Petazzoni
2015-10-22  8:22         ` Thomas De Schampheleire
2015-10-22 19:54           ` Arnout Vandecappelle
2015-10-22 16:39     ` Yann E. MORIN
2015-10-22 19:22       ` Thomas De Schampheleire
2015-10-25 20:37         ` Peter Korsgaard
2015-10-21 20:39 ` [Buildroot] [PATCH 1/2] jq: disable maintainer mode Thomas Petazzoni

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.