mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
bsnmpd: FreeBSD has strlcpy(3)
Fixes the fortified build of bsnmp, which otherwise fails because of the shadowed declaration. Reviewed by: kib (earlier version), markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45976
This commit is contained in:
parent
4928dcc0eb
commit
db3a524c8a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
CFLAGS+= -DHAVE_STRLCPY
|
||||
PACKAGE= bsnmp
|
||||
.include "../Makefile.inc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue