diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index 661c71ccf..49070da06 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -205,6 +205,15 @@ config FEATURE_TAR_OLDGNU_COMPATIBILITY | |||
205 | the old GNU format; help to kill this old format by | 205 | the old GNU format; help to kill this old format by |
206 | repacking your ancient archives with the new format. | 206 | repacking your ancient archives with the new format. |
207 | 207 | ||
208 | config FEATURE_TAR_OLDSUN_COMPATIBILITY | ||
209 | bool "Enable untarring of tarballs with checksums produced by buggy Sun tar" | ||
210 | default N | ||
211 | depends on TAR | ||
212 | help | ||
213 | This option is required to unpack archives created by some old | ||
214 | version of Sun's tar (it was calculating checksum using signed arithmetic). | ||
215 | It is said to be fixed in newer Sun tar, but "old" tarballs still exist. | ||
216 | |||
208 | config FEATURE_TAR_GNU_EXTENSIONS | 217 | config FEATURE_TAR_GNU_EXTENSIONS |
209 | bool "Enable support for some GNU tar extensions" | 218 | bool "Enable support for some GNU tar extensions" |
210 | default y | 219 | default y |