[Buildroot] [git commit master] ncftp: needs largefile support in toolchain

Peter Korsgaard jacmet at sunsite.dk
Sat Oct 3 20:01:08 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=b80f662168f25704536dd535853dba534b3e43d7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/ncftp/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in
index 7b6ae64..a29934a 100644
--- a/package/ncftp/Config.in
+++ b/package/ncftp/Config.in
@@ -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
-- 
1.6.3.3




More information about the buildroot mailing list