summaryrefslogtreecommitdiffstats
path: root/package/sysklogd
diff options
context:
space:
mode:
authorPeter Korsgaard2009-11-23 16:31:35 +0100
committerPeter Korsgaard2009-11-23 16:31:35 +0100
commit9627e21153693f296f41c0339e14d6ed18445d7e (patch)
tree3028dee6311b52dc36ab04a83d52f605076c4688 /package/sysklogd
parentrpm: fix build with BR2_CONFIG_CACHE, fix CFLAGS (diff)
downloadbuildroot-9627e21153693f296f41c0339e14d6ed18445d7e.tar.gz
buildroot-9627e21153693f296f41c0339e14d6ed18445d7e.tar.xz
buildroot-9627e21153693f296f41c0339e14d6ed18445d7e.zip
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>
Diffstat (limited to 'package/sysklogd')
-rw-r--r--package/sysklogd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/sysklogd/Config.in b/package/sysklogd/Config.in
index 573f1e09b..e3cf2ba26 100644
--- a/package/sysklogd/Config.in
+++ b/package/sysklogd/Config.in
@@ -1,6 +1,10 @@
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