mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ping: low-effort fix to make it compilable without inet6
This commit is contained in:
parent
df0d0fc990
commit
55e0aefae6
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ CFLAGS+=-DWITH_CASPER
|
|||
CFLAGS+=-DIPSEC
|
||||
LIBADD+= ipsec
|
||||
|
||||
CFLAGS+= -Wno-error=unused-but-set-variable
|
||||
|
||||
HAS_TESTS=
|
||||
SUBDIR.${MK_TESTS}+= tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue