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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to