mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
users: don't build when we don't have a C++ toolchain
(On RISC-V MK_CXX is in BROKEN_OPTIONS, so users remains skipped there.) Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D7725
This commit is contained in:
parent
d0bd2dad6f
commit
d74808dd1a
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ SUBDIR.${MK_VT}+= vtfontcvt
|
|||
SUBDIR.${MK_USB}+= usbhidaction
|
||||
SUBDIR.${MK_USB}+= usbhidctl
|
||||
SUBDIR.${MK_UTMPX}+= last
|
||||
.if ${MACHINE_CPUARCH} != "riscv" # RISCVTODO users does not build
|
||||
.if ${MK_CXX} != "no"
|
||||
SUBDIR.${MK_UTMPX}+= users
|
||||
.endif
|
||||
SUBDIR.${MK_UTMPX}+= who
|
||||
|
|
|
|||
Loading…
Reference in a new issue