ntfsprogs: needs largefile support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-05-26 14:11:31 +02:00
parent e155ef3cab
commit 84b96ac17a
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -1,10 +1,11 @@
config BR2_PACKAGE_NTFSPROGS config BR2_PACKAGE_NTFSPROGS
bool "ntfsprogs" bool "ntfsprogs"
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on BR2_LARGEFILE
help help
wide collection of NTFS utilities wide collection of NTFS utilities
http://www.linux-ntfs.org/ http://www.linux-ntfs.org/
comment "ntfsprogs requires a toolchain with WCHAR support" comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
depends on !BR2_USE_WCHAR depends on !BR2_USE_WCHAR || !BR2_LARGEFILE