Make WITHOUT_CAPSICUM implying WITHOUT_CASPER
PR: 214562 Reported by: dewayne@heuristicsystems.com.au MFC after: 2 days
This commit is contained in:
parent
1fd84d9b40
commit
dc742321aa
@ -311,6 +311,10 @@ MK_LLVM_LIBUNWIND:= no
|
||||
MK_GDB:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_CAPSICUM} == "no"
|
||||
MK_CASPER:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_LIBPTHREAD} == "no"
|
||||
MK_LIBTHR:= no
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user