mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
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:
parent
0e1c864898
commit
6ce99625ca
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue