]> git.ipfire.org Git - pakfire.git/commit
archive writer: Don't use --long for Zstandard
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Feb 2025 13:26:59 +0000 (13:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Feb 2025 13:26:59 +0000 (13:26 +0000)
commit44a9851be6721d9776f772980a903ac1f94df62f
tree3e0949a930548d7bb1a610fc45d68b4b739ebce8
parentb9a7c6a0adeb60e8811aa9cd121a4d7bd170401e
archive writer: Don't use --long for Zstandard

This seems to be too complicated and there is too little value in it.
Packages cannot be uncompressed using the zstd command without enabling
long mode, too. libarchive requires the same which is also not
implemented.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/archive_writer.c