diff mbox series

[1/1] package/librelp: needs threads

Message ID 20201002202831.2844845-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/librelp: needs threads | expand

Commit Message

Fabrice Fontaine Oct. 2, 2020, 8:28 p.m. UTC
Fixes:
 - http://autobuild.buildroot.org/results/e09f6eb989388cec2dab06391a8b6580aa0ff118

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/librelp/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Korsgaard Oct. 3, 2020, 7:01 a.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/e09f6eb989388cec2dab06391a8b6580aa0ff118

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/librelp/Config.in b/package/librelp/Config.in
index d1f1f9ed7e..c0ae5fbe89 100644
--- a/package/librelp/Config.in
+++ b/package/librelp/Config.in
@@ -1,6 +1,10 @@ 
 config BR2_PACKAGE_LIBRELP
 	bool "librelp"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  Reliable Event Logging Protocol library
 
 	  https://www.rsyslog.com/librelp/
+
+comment "librelp needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS