Do not build libatf-c++ when WITHOUT_CXX

libatf-c++ requires C++ support.

From jrtc27: bit slightly odd this isn't gated by MK_TESTS (which itself
depends on MK_CXX), but this makes sense given the current behaviour.

Reported by:	Michael Dexter, Build Option Survey
Reviewed by:	imp, jrtc27
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32732
This commit is contained in:
Ed Maste 2021-10-28 23:01:21 -04:00
parent 0e1c864898
commit 6ce99625ca

View file

@ -27,8 +27,8 @@
.include <src.opts.mk>
SUBDIR= libatf-c \
libatf-c++ \
SUBDIR= libatf-c
SUBDIR.${MK_CXX}+= libatf-c++
SUBDIR.${MK_TESTS}+= tests