sofia-sip: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 6 Jan 2015 11:06:42 +0000 (08:06 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 6 Jan 2015 20:13:12 +0000 (21:13 +0100)
Fixes:
http://autobuild.buildroot.net/results/1e8/1e8c466b7a65b8e70f3318ab1a5bad79468f5efd

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sofia-sip/Config.in

index 9e42ff7383fecd7b7d8805a1e704414e6c8ec141..24e2148ab99f1a6a770a8160aa7219c5a9c155c3 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SOFIA_SIP
        bool "sofia-sip"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Sofia-SIP is an open-source SIP User-Agent library,
          compliant with the IETF RFC3261 specification (see the
@@ -8,3 +9,6 @@ config BR2_PACKAGE_SOFIA_SIP
          real-time and person-to-person communication services.
 
          http://sofia-sip.sourceforge.net/
+
+comment "sofia-sip needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS