ntfsprogs: needs largefile support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 12:11:31 +0000 (14:11 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 12:11:31 +0000 (14:11 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/ntfsprogs/Config.in

diff --git a/CHANGES b/CHANGES
index 5b78d07edb4cf79d40dcd129ad1ff43aa82efa8a..a7cda4d8aba4d2152bb5b711ed4a664f0ddc7d57 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
 
index 38b955e56339905faafbbed5547d40b17e72b981..836a2b6fe431262e516112c2639bf9e1e1315b37 100644 (file)
@@ -1,10 +1,11 @@
 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