svn commit: r352483 - head/share/mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 08:02:04 UTC 2019


Author: bapt
Date: Wed Sep 18 08:02:03 2019
New Revision: 352483
URL: https://svnweb.freebsd.org/changeset/base/352483

Log:
  Add the missing bits for LIBADD to properly function now that
  libarchive is linked to libzstd
  
  Pointy hat:	bapt
  Reported by:	antoine

Modified:
  head/share/mk/src.libnames.mk

Modified: head/share/mk/src.libnames.mk
==============================================================================
--- head/share/mk/src.libnames.mk	Wed Sep 18 07:57:56 2019	(r352482)
+++ head/share/mk/src.libnames.mk	Wed Sep 18 08:02:03 2019	(r352483)
@@ -230,7 +230,7 @@ LIBVERIEXEC?=	${LIBVERIEXECDIR}/libveriexec${PIE_SUFFI
 # 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


More information about the svn-src-head mailing list