Răsfoiți Sursa

e2fsprogs: needs LARGEFILE

Peter Korsgaard 16 ani în urmă
părinte
comite
582ff23926
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      package/e2fsprogs/Config.in

+ 3 - 0
package/e2fsprogs/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_E2FSPROGS
 config BR2_PACKAGE_E2FSPROGS
 	bool "e2fsprogs"
 	bool "e2fsprogs"
+	depends on BR2_LARGEFILE
 	help
 	help
 	  The EXT2 file system utilities and libraries
 	  The EXT2 file system utilities and libraries
 
 
@@ -80,3 +81,5 @@ config BR2_PACKAGE_E2FSPROGS_UUIDGEN
 	default y
 	default y
 	depends on BR2_PACKAGE_E2FSPROGS
 	depends on BR2_PACKAGE_E2FSPROGS
 
 
+comment "e2fsprogs requires a toolchain with LARGEFILE support"
+	depends on !BR2_LARGEFILE