]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Track changes in the lz4 command-line tool
authorTim Kientzle <kientzle@acm.org>
Sat, 30 Jan 2016 19:14:19 +0000 (11:14 -0800)
committerTim Kientzle <kientzle@acm.org>
Sat, 30 Jan 2016 19:14:19 +0000 (11:14 -0800)
libarchive/archive_write_add_filter_lz4.c

index e23e5e939f42c23ddce2a4cb4b96aa11c2b1dfdd..21d4cf9c3081a73ce649cfbd2fb3faed9231eb21 100644 (file)
@@ -605,7 +605,7 @@ archive_filter_lz4_open(struct archive_write_filter *f)
        if (data->block_checksum)
                archive_strcat(&as, " -BX");
        if (data->stream_checksum == 0)
-               archive_strcat(&as, " -Sx");
+               archive_strcat(&as, " --no-frame-crc");
        if (data->block_independence == 0)
                archive_strcat(&as, " -BD");