Commit 84b96ac1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ntfsprogs: needs largefile support in toolchain

parent e155ef3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@
	hal, iconv, icu, libcgicc, libdvdnav, libdvdread, libglade,
	libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
	lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
	nbd, netsnmp, ntp, pango, pciutils, pcmanfm, php, pkg-config,
	psmisc, qt, samba, shared-mime-info, sshfs,
	nbd, netsnmp, ntfsprogs, ntp, pango, pciutils, pcmanfm, php,
	pkg-config, psmisc, qt, samba, shared-mime-info, sshfs,
	startup-notification, swfdec, sylpheed, uemacs, util-linux,
	vpnc, webkit, xstroke

+3 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_NTFSPROGS
	bool "ntfsprogs"
	depends on BR2_USE_WCHAR
	depends on BR2_LARGEFILE
	help
	  wide collection of NTFS utilities

	  http://www.linux-ntfs.org/

comment "ntfsprogs requires a toolchain with WCHAR support"
	depends on !BR2_USE_WCHAR
comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
	depends on !BR2_USE_WCHAR || !BR2_LARGEFILE