libatf-c++ exposes libatf-c abi hence we need to explicit link to atf-c if

atf-c++ is requested
This commit is contained in:
Baptiste Daroussin 2014-11-25 00:28:27 +00:00
parent 22e6921db8
commit 52a78c6703
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275000

View File

@ -188,6 +188,9 @@ LDADD_ucl+= ${LDADD_m}
DPADD_sqlite3+= ${DPADD_pthread}
LDADD_sqlite3+= ${LDADD_pthread}
DPADD_atf_cxx+= ${DPADD_atf_c}
LDADD_atf_cxx+= ${LDADD_atf_c}
.for _l in ${LIBADD}
.if ${_PRIVATELIBS:M${_l}}
USEPRIVATELIB+= ${_l}