summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-26 16:25:28 +0000
committerbapt <bapt@FreeBSD.org>2015-05-26 16:25:28 +0000
commitf74d062ac2ec92a8e74922db479781d8b20857ad (patch)
tree3a7e3390ca21c47b52295bcd8902baba2eebb59d /Makefile.inc1
parent8eb0589308ae054d5aee4d906f10e2982f5fd1fb (diff)
downloadFreeBSD-src-f74d062ac2ec92a8e74922db479781d8b20857ad.zip
FreeBSD-src-f74d062ac2ec92a8e74922db479781d8b20857ad.tar.gz
Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_db
on supported arches to the prebuild libs
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7539a14..aaf181c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1755,6 +1755,7 @@ _cddl_lib= cddl/lib
cddl/lib/libzfs_core__L: cddl/lib/libnvpair__L
cddl/lib/libzfs__L: lib/libgeom__L
cddl/lib/libctf__L: lib/libz__L
+.endif
# cddl/lib/libdtrace requires lib/libproc and lib/librtld_db; it's only built
# on select architectures though (see cddl/lib/Makefile)
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
@@ -1762,7 +1763,6 @@ cddl/lib/libctf__L: lib/libz__L
${MACHINE_CPUARCH} == "arm"
_prebuild_libs+= lib/libproc lib/librtld_db
.endif
-.endif
.if ${MK_CRYPT} != "no"
.if ${MK_OPENSSL} != "no"
OpenPOWER on IntegriCloud