Commit 9627e211 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3d82609b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
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