From 2fa3479cfadb0bb3fe694dbfd29f2350eb2570df Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 18 Sep 2019 08:02:03 +0000 Subject: [PATCH] Add the missing bits for LIBADD to properly function now that libarchive is linked to libzstd Pointy hat: bapt Reported by: antoine --- share/mk/src.libnames.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk index 5710df3214c..1f4294cb6a9 100644 --- a/share/mk/src.libnames.mk +++ b/share/mk/src.libnames.mk @@ -230,7 +230,7 @@ LIBVERIEXEC?= ${LIBVERIEXECDIR}/libveriexec${PIE_SUFFIX}.a # Each library's LIBADD needs to be duplicated here for static linkage of # 2nd+ order consumers. Auto-generating this would be better. _DP_80211= sbuf bsdxml -_DP_archive= z bz2 lzma bsdxml +_DP_archive= z bz2 lzma bsdxml zstd _DP_zstd= pthread .if ${MK_BLACKLIST} != "no" _DP_blacklist+= pthread -- 2.39.5