Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libtirpc: needs threads
@ 2013-09-07  7:44 Axel Lin
  2013-09-12 18:23 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-07  7:44 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/250/25008a6f0a854e1e29a3340536eef817eeb5752e/

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/libtirpc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libtirpc/Config.in b/package/libtirpc/Config.in
index b9db5aa..a2dadce 100644
--- a/package/libtirpc/Config.in
+++ b/package/libtirpc/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBTIRPC
 	# used instead of libtirpc.
 	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
 		!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  Libtirpc is a port of Sun's Transport-Independent RPC
 	  library to Linux.
-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-12 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-07  7:44 [Buildroot] [PATCH] libtirpc: needs threads Axel Lin
2013-09-12 18:23 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox