From 9627e21153693f296f41c0339e14d6ed18445d7e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Nov 2009 16:31:35 +0100 Subject: 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 --- CHANGES | 4 ++-- package/sysklogd/Config.in | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 264c39848..7580e5235 100644 --- a/CHANGES +++ b/CHANGES @@ -30,8 +30,8 @@ ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc, python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs, - synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast, - util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc, + synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot, + udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc, xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice 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 -- cgit v1.2.3