summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-08 14:22:16 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-08 14:22:16 +0000
commit74f0db8200d4bd28326cec2dad424441e91523ed (patch)
tree12b751de3f1463d5adb42e04259b2ed857fecf68 /Makefile.inc1
parenteaa91188964f2dc8402cb7d46a359ac0f4b6105c (diff)
downloadFreeBSD-src-74f0db8200d4bd28326cec2dad424441e91523ed.zip
FreeBSD-src-74f0db8200d4bd28326cec2dad424441e91523ed.tar.gz
Add libatf-c++ to the prebuild libs.
Some tests may require C++ so we must ensure this library exists as part of the bootstrap process or else they will fail to build. Do this by just depending on lib/atf as part of the bootstrap libraries instead of using lib/atf/libatf-c. Submitted by: Garrett Cooper <yaneurabeya at gmail dot com> Approved by: rpaulo (mentor)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f9a49b5..5d10862 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1478,7 +1478,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} \
${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \
${_kerberos5_lib_libroken} \
${_kerberos5_lib_libwind} \
- ${_lib_atf_libatf_c} \
+ ${_lib_atf} \
lib/libbz2 ${_libcom_err} lib/libcrypt \
lib/libelf lib/libexpat \
${_lib_libgssapi} ${_lib_libipx} \
@@ -1493,7 +1493,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} \
${_secure_lib_libssh} ${_secure_lib_libssl}
.if ${MK_ATF} != "no"
-_lib_atf_libatf_c= lib/atf/libatf-c
+_lib_atf= lib/atf
.endif
.if ${MK_LIBTHR} != "no"
OpenPOWER on IntegriCloud