All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ejmalloc: needs threads
@ 2016-07-17 17:16 Yann E. MORIN
  2016-07-18 21:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-07-17 17:16 UTC (permalink / raw)
  To: buildroot

Fixes:
    http://autobuild.buildroot.org/results/73c/73c437fb932a30bae17653173e8ce35cc91757ef/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/jemalloc/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/jemalloc/Config.in b/package/jemalloc/Config.in
index f5ee950..b1b92bb 100644
--- a/package/jemalloc/Config.in
+++ b/package/jemalloc/Config.in
@@ -12,12 +12,13 @@ config BR2_PACKAGE_JEMALLOC
 	bool "jemalloc"
 	depends on BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS
 	depends on !BR2_STATIC_LIBS
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  This library providing a malloc(3) implementation that emphasizes
 	  fragmentation avoidance and scalable concurrency support.
 
 	  http://www.canonware.com/jemalloc/
 
-comment "jemalloc needs a toolchain w/ dynamic library"
+comment "jemalloc needs a toolchain w/ dynamic library, threads"
 	depends on BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS
-	depends on BR2_STATIC_LIBS
+	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.7.4

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

* [Buildroot] [PATCH] package/ejmalloc: needs threads
  2016-07-17 17:16 [Buildroot] [PATCH] package/ejmalloc: needs threads Yann E. MORIN
@ 2016-07-18 21:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-18 21:13 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 17 Jul 2016 19:16:10 +0200, Yann E. MORIN wrote:
> Fixes:
>     http://autobuild.buildroot.org/results/73c/73c437fb932a30bae17653173e8ce35cc91757ef/
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
> ---
>  package/jemalloc/Config.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied after fixing the commit title typo. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-07-18 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-17 17:16 [Buildroot] [PATCH] package/ejmalloc: needs threads Yann E. MORIN
2016-07-18 21:13 ` 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.