mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
NO_WARNS when building for host
This commit is contained in:
parent
7f4b19cbf8
commit
d5e71581dd
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
|
|||
citrus_lookup_factory.c citrus_pivot_factory.c
|
||||
MAN=
|
||||
NO_SHARED= yes
|
||||
.if ${MACHINE} == "host"
|
||||
NO_WARNS= yes
|
||||
.endif
|
||||
|
||||
build-tools: mkcsmapper_static
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
|
|||
citrus_lookup_factory.c
|
||||
MAN=
|
||||
NO_SHARED= yes
|
||||
.if ${MACHINE} == "host"
|
||||
NO_WARNS= yes
|
||||
.endif
|
||||
|
||||
build-tools: mkesdb_static
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue