More libarchive-2.x compat.

This commit is contained in:
Juan RP
2013-08-15 11:55:20 +02:00
parent 776b94e6bc
commit 84d14286a8
3 changed files with 13 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ repodata_flush(struct xbps_handle *xhp, const char *repodir,
/* Create and write our repository archive */
ar = archive_write_new();
assert(ar);
archive_write_add_filter_gzip(ar);
archive_write_support_compression_gzip(ar);
archive_write_set_format_pax_restricted(ar);
archive_write_set_options(ar, "compression-level=9");
archive_write_open_fd(ar, repofd);