Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 12:46:30 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283148 - head
Message-ID:  <201505201246.t4KCkUPV053141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed May 20 12:46:30 2015
New Revision: 283148
URL: https://svnweb.freebsd.org/changeset/base/283148

Log:
  Articulate all dependencies for lib/libproc to squash build races after r283139
  on !arm64 and !sparc64
  
  Pointyhat to: bapt
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed May 20 12:26:09 2015	(r283147)
+++ head/Makefile.inc1	Wed May 20 12:46:30 2015	(r283148)
@@ -1746,6 +1746,8 @@ _generic_libs+= ${_DIR}
 
 lib/libopie__L lib/libtacplus__L: lib/libmd__L
 
+lib/libproc__L: lib/libelf__L lib/librtld_db__L lib/libutil__L
+
 .if ${MK_CDDL} != "no"
 _cddl_lib_libumem= cddl/lib/libumem
 _cddl_lib_libnvpair= cddl/lib/libnvpair



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505201246.t4KCkUPV053141>