mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Make WITHOUT_CAPSICUM implying WITHOUT_CASPER
PR: 214562 Reported by: dewayne@heuristicsystems.com.au MFC after: 2 days
This commit is contained in:
parent
abd4699ce2
commit
58551dc674
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue