summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-20 12:56:40 +0000
committerngie <ngie@FreeBSD.org>2015-05-20 12:56:40 +0000
commitd9474c9a0d4422eb7b355a581f6609755086b953 (patch)
tree5d2e994815b83d5d2e7c5fbd34ddf48db1a017e8 /Makefile.inc1
parentf3c5da585f71bb9f2a009102494793355237c790 (diff)
downloadFreeBSD-src-d9474c9a0d4422eb7b355a581f6609755086b953.zip
FreeBSD-src-d9474c9a0d4422eb7b355a581f6609755086b953.tar.gz
Add _more_ missing dependencies for lib/libproc to further squash build races
Verified via `cd lib/libproc; make -VLIBADD` Pointyhat to: ngie
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ace1416..863644e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud