mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix build with WITHOUT_AUDIT=yes in src.conf
Always install the audit related includes are some part of the source always requires them. Reported by: many Fixes:8c3eaf244a(cherry picked from commitf41efc453a)
This commit is contained in:
parent
16d43e5602
commit
ba56ee36eb
1 changed files with 2 additions and 5 deletions
|
|
@ -223,6 +223,7 @@ MLX5DIR= ${INCLUDEDIR}/dev/mlx5
|
|||
INCSGROUPS= INCS \
|
||||
ACPICA \
|
||||
AGP \
|
||||
BSM \
|
||||
CAM \
|
||||
CAMATA \
|
||||
CAMMMC \
|
||||
|
|
@ -236,14 +237,10 @@ INCSGROUPS= INCS \
|
|||
OPENCRYPTO \
|
||||
PCI \
|
||||
RPC \
|
||||
SECAUDIT \
|
||||
TEKEN \
|
||||
VERIEXEC
|
||||
|
||||
.if ${MK_AUDIT} != "no"
|
||||
INCSGROUPS+= BSM
|
||||
INCSGROUPS+= SECAUDIT
|
||||
.endif
|
||||
|
||||
.if ${MK_IPFILTER} != "no"
|
||||
INCSGROUPS+= IPFILTER
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue