9627e21153
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>
11 lines
262 B
Plaintext
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
|