package/boost: boost-log needs NPTL threads
authorRomain Naour <romain.naour@openwide.fr>
Thu, 9 Apr 2015 21:54:53 +0000 (23:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 10 Apr 2015 07:19:25 +0000 (09:19 +0200)
Fixes:
[xtensa]
http://autobuild.buildroot.net/results/664/6642dc9c569b2820a9d0e273fc2fb1d5a635ba0a
[arc]
http://autobuild.buildroot.net/results/ba5/ba5836e9a77e1b48e24ace46ca1611c22524261d
[bfin]
http://autobuild.buildroot.net/results/8cd/8cdac9cc67394aaae09ee816a9adddec762e3bd0

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/boost/Config.in

index 65bf6058ca933afaaf7458fd2f04117f627480a0..5444c422f5c0ffe93fede7d9755ce779236e761c 100644 (file)
@@ -89,6 +89,10 @@ comment "boost-locale needs a toolchain w/ wchar"
 
 config BR2_PACKAGE_BOOST_LOG
        bool "boost-log"
+       depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
+
+comment "boost-log needs a toolchain w/ NPTL"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
 
 config BR2_PACKAGE_BOOST_MATH
        bool "boost-math"