git: 187905a0cc4a - stable/12 - libarchive: Add missing MLINK.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Dec 2022 22:11:49 UTC
The branch stable/12 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=187905a0cc4aab0db78fee6b2d703ec7246803ce commit 187905a0cc4aab0db78fee6b2d703ec7246803ce Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2022-11-17 16:11:41 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2022-12-28 21:57:28 +0000 libarchive: Add missing MLINK. Differential Revision: https://reviews.freebsd.org/D37398 (cherry picked from commit f1ad5e3931996d222e87140c5621323b6986e1ff) --- lib/libarchive/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 64d2c1d670db..fd3753419c18 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -404,6 +404,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