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>
This commit is contained in:
Peter Korsgaard 2009-11-23 16:31:35 +01:00
parent 3d82609bd1
commit 9627e21153
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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