buildrootschalter/package/sysklogd/Config.in
Peter Korsgaard 9627e21153 sysklogd: needs largefile support
It tries to call lseek64():

ksym_mod.o: In function `InitMsyms':
ksym_mod.c:(.text+0x438): undefined reference to `lseek64'

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23 16:31:35 +01:00

11 lines
262 B
Plaintext

config BR2_PACKAGE_SYSKLOGD
bool "syslogd & klogd"
depends on BR2_LARGEFILE
help
System log daemons syslogd and klogd.
http://www.infodrom.org/products/sysklogd/
comment "syslogd requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE