ncftp: needs largefile support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 3 Oct 2009 19:57:21 +0000 (21:57 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 3 Oct 2009 20:01:08 +0000 (22:01 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ncftp/Config.in

index 7b6ae644fb15a07a8e132d38d432e72fbff59071..a29934abcdcb5015282967516f718bd4c736fadc 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NCFTP
        bool "ncftp"
+       depends on BR2_LARGEFILE
        help
          NcFTP Client (also known as just NcFTP) is a set of FREE application
          programs implementing the File Transfer Protocol (FTP).
@@ -30,3 +31,6 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS
        select BR2_PACKAGE_NCURSES
 
 endmenu
+
+comment "ncftp requires a toolchain with LARGEFILE support"
+       depends on !BR2_LARGEFILE