From d0edea4a0e1f94ffb79f31da2291911880c39fe8 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 20 May 2015 12:46:30 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 87e22538ae73..ace14167c452 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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