mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Respect MK_INET6_SUPPORT.
This commit is contained in:
parent
02e182f681
commit
bb963f1908
1 changed files with 2 additions and 0 deletions
|
|
@ -26,7 +26,9 @@ CFLAGS+= -DRESCUE
|
|||
# libc/db/Makefile.inc
|
||||
CFLAGS+= -D__DBINTERFACE_PRIVATE
|
||||
# libc/net/Makefile.inc & libutil/Makefile
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
CFLAGS+= -DINET6
|
||||
.endif
|
||||
# libc/regex/Makefile.inc & libc/regex/grot/Makefile
|
||||
CFLAGS+= -DPOSIX_MISTAKE
|
||||
# libc/rpc/Makefile.inc
|
||||
|
|
|
|||
Loading…
Reference in a new issue