mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Add _more_ missing dependencies for lib/libproc to further squash build races
Verified via `cd lib/libproc; make -VLIBADD` Pointyhat to: ngie
This commit is contained in:
parent
8ff01f5d20
commit
5731a3ce7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283150
@ -1746,7 +1746,15 @@ _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
|
||||
lib/libproc__L: \
|
||||
cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L
|
||||
.if ${MK_CXX} != "no"
|
||||
.if ${MK_LIBCPLUSPLUS} != "no"
|
||||
lib/libproc__L: lib/libc++
|
||||
.else
|
||||
lib/libproc__L: gnu/lib/libsupc++__L
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_CDDL} != "no"
|
||||
_cddl_lib_libumem= cddl/lib/libumem
|
||||
|
Loading…
Reference in New Issue
Block a user