git: f1ad5e393199 - main - libarchive: Add missing MLINK.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Nov 2022 16:12:43 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=f1ad5e3931996d222e87140c5621323b6986e1ff
commit f1ad5e3931996d222e87140c5621323b6986e1ff
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-11-17 16:11:41 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-11-17 16:12:24 +0000
libarchive: Add missing MLINK.
Differential Revision: https://reviews.freebsd.org/D37398
---
lib/libarchive/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 90aeef82b641..d0db17b567c0 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -389,6 +389,7 @@ MLINKS+= archive_write_filter.3 archive_write_add_filter_lzma.3
MLINKS+= archive_write_filter.3 archive_write_add_filter_none.3
MLINKS+= archive_write_filter.3 archive_write_add_filter_program.3
MLINKS+= archive_write_filter.3 archive_write_add_filter_xz.3
+MLINKS+= archive_write_filter.3 archive_write_add_filter_zstd.3
MLINKS+= archive_write_format.3 archive_write_set_format_cpio.3
MLINKS+= archive_write_format.3 archive_write_set_format_pax.3
MLINKS+= archive_write_format.3 archive_write_set_format_pax_restricted.3