From: bapt Date: Wed, 18 Sep 2019 08:02:03 +0000 (+0000) Subject: Add the missing bits for LIBADD to properly function now that X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2fa3479cfadb0bb3fe694dbfd29f2350eb2570df;p=freebsd.git Add the missing bits for LIBADD to properly function now that libarchive is linked to libzstd Pointy hat: bapt Reported by: antoine --- 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