From 065bf8a4d606c60fe745147ede76a93471faf85b Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 26 Jul 2012 14:46:42 -0300 Subject: libnl: requires thread support Fixes http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/libnl/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/libnl/Config.in') diff --git a/package/libnl/Config.in b/package/libnl/Config.in index c7d435983..f4a1dc250 100644 --- a/package/libnl/Config.in +++ b/package/libnl/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBNL bool "libnl" + depends on BR2_TOOLCHAIN_HAS_THREADS help A library for applications dealing with netlink socket. @@ -10,3 +11,6 @@ config BR2_PACKAGE_LIBNL_TOOLS depends on BR2_PACKAGE_LIBNL help Install binary tools. + +comment "libnl requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3