summaryrefslogtreecommitdiffstats
path: root/lib/atf
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-04-04 00:42:09 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-04-04 00:42:09 +0000
commit44dfc90bcd426f5f12c49e21eace0fe5d1edd2f0 (patch)
tree4d580f376425f895285036aeae5ff7da4741e715 /lib/atf
parente247370125655f0c959f224089b349eef7280c4c (diff)
downloadFreeBSD-src-44dfc90bcd426f5f12c49e21eace0fe5d1edd2f0.zip
FreeBSD-src-44dfc90bcd426f5f12c49e21eace0fe5d1edd2f0.tar.gz
MFC r280179,r280180:
r280179: Add LIB_CXX so that C++ libraries will use CXX to link. This adds some extra dependencies directly to Makefile.inc1 as atf is still a prebuild library in stable/10. If r273449 is MFCd these can come out. r280180: Document LIB and LIB_CXX.
Diffstat (limited to 'lib/atf')
-rw-r--r--lib/atf/libatf-c++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile
index 3cbbfa3..ea8434d 100644
--- a/lib/atf/libatf-c++/Makefile
+++ b/lib/atf/libatf-c++/Makefile
@@ -27,7 +27,7 @@
.include <bsd.init.mk>
-LIB= atf-c++
+LIB_CXX= atf-c++
PRIVATELIB= true
SHLIB_MAJOR= 2
OpenPOWER on IntegriCloud