summaryrefslogtreecommitdiff
path: root/package/rsyslog
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-13 20:17:00 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-14 20:27:41 +0100
commit435ae1e2b5f9437f6a1f85a232e8ef0d009bf36a (patch)
tree392245c841533e534ed78231306b878e099e5475 /package/rsyslog
parent7ffa7389af80bd99e5930c0cf2556f47dcb0793a (diff)
rsyslog: doesn't need largefile/wchar
This was added in 9b4696a4 but only partially removed in d89a2610 leading to a comment and the rsyslog option both being present in the config menu if we're using a non-LFS toolchain. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rsyslog')
-rw-r--r--package/rsyslog/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rsyslog/Config.in b/package/rsyslog/Config.in
index 69425f1cb..1f94104e3 100644
--- a/package/rsyslog/Config.in
+++ b/package/rsyslog/Config.in
@@ -11,6 +11,6 @@ config BR2_PACKAGE_RSYSLOG
http://www.rsyslog.com
-comment "rsyslog needs a toolchain w/ largefile, wchar, threads"
+comment "rsyslog needs a toolchain w/ threads"
depends on BR2_USE_MMU
- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
+ depends on !BR2_TOOLCHAIN_HAS_THREADS