e2fsprogs: needs LARGEFILE
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Mar 2009 09:53:37 +0000 (09:53 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Mar 2009 09:53:37 +0000 (09:53 -0000)
package/e2fsprogs/Config.in

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