All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/monkey: fix musl build
@ 2016-01-23 22:56 Bernd Kuhls
  2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
  2016-01-26 21:49 ` [Buildroot] [PATCH 1/2] package/monkey: fix musl build Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2016-01-23 22:56 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/f69/f690cb1efece8a47fccdf3e782bbde4d1b2cd6b3/
http://autobuild.buildroot.net/results/21b/21b6fa8b2586f318ff071085f2b204bd555b425b/
http://autobuild.buildroot.net/results/0bf/0bf7a83a4ccbbcb3ff181ac962e6fdd0099a19f1/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/monkey/monkey.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/monkey/monkey.mk b/package/monkey/monkey.mk
index 67c8f35..02c26c9 100644
--- a/package/monkey/monkey.mk
+++ b/package/monkey/monkey.mk
@@ -30,7 +30,7 @@ MONKEY_CONF_OPTS += --uclib-mode --no-backtrace
 endif
 
 ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
-MONKEY_CONF_OPTS += --musl-mode
+MONKEY_CONF_OPTS += --musl-mode --no-backtrace
 endif
 
 ifeq ($(BR2_PACKAGE_MONKEY_SHARED),y)
-- 
2.7.0.rc3

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

end of thread, other threads:[~2016-01-26 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 22:56 [Buildroot] [PATCH 1/2] package/monkey: fix musl build Bernd Kuhls
2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
2016-01-26  9:13   ` Julien CORJON
2016-01-26 21:49   ` Thomas Petazzoni
2016-01-26 21:49 ` [Buildroot] [PATCH 1/2] package/monkey: fix musl build 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.