rsyslog: doesn't need largefile/wchar
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 13 Jan 2015 23:17:00 +0000 (20:17 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Jan 2015 19:27:41 +0000 (20:27 +0100)
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>
package/rsyslog/Config.in

index 69425f1cbd7dfb773682d4900ad2d7f66c1c75b9..1f94104e3250af363d2935dbd94e1331038708b3 100644 (file)
@@ -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