فهرست منبع

ncftp: needs largefile support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 سال پیش
والد
کامیت
b80f662168
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      package/ncftp/Config.in

+ 4 - 0
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