Commit f58b8cde authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

cdrkit: needs largefile support in toolchain



At the same time fix indentation in Config.in

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 51861e1b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

	Fixes all over the tree.

	Updated/fixed packages: aumix, avahi, busybox, cairo, fltk, gettext,
	gmpc, grep, hal, iconv, libcgicc, libglib2, libidn, libmpd,
	libpcap, libsoup, lmbench, ltrace, lvm2, make, mtd-utils,
	mutt, netsnmp, ntp, pango, php, psmisc, qt, samba, sshfs,
	startup-notification, uemacs, util-linux, vpnc
	Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit,
	fltk, gettext, gmpc, grep, hal, iconv, libcgicc, libglib2,
	libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
	mtd-utils, mutt, netsnmp, ntp, pango, php, psmisc, qt, samba,
	sshfs, startup-notification, uemacs, util-linux, vpnc

	Issues resolved (http://bugs.uclibc.org):

+13 −9
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_CDRKIT
	# Needed for libbz
	select BR2_PACKAGE_BZIP2
	select BR2_PACKAGE_LIBCAP
	depends on BR2_LARGEFILE
	bool "cdrkit"
	help
	  cdrkit is a suite of programs for recording CDs and DVDs,
@@ -9,3 +10,6 @@ config BR2_PACKAGE_CDRKIT
	  extracting audio CD data, and more.

	  http://www.cdrkit.org/

comment "cdrkit requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE