diff options
Diffstat (limited to 'package/lzip/Config.in')
-rw-r--r-- | package/lzip/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/lzip/Config.in b/package/lzip/Config.in index b72ac78519..f20d0e5daa 100644 --- a/package/lzip/Config.in +++ b/package/lzip/Config.in @@ -1,10 +1,9 @@ -comment "lzip needs a toolchain w/ C++, largefile" - depends on !(BR2_INSTALL_LIBSTDCPP && BR2_LARGEFILE) +comment "lzip needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP config BR2_PACKAGE_LZIP bool "lzip" depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_LARGEFILE help Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. |