mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Enable tcp-wrapper support in the SNMP daemon.
Submitted by: glebius
This commit is contained in:
parent
646c481fe6
commit
8bacf1a614
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145560
@ -24,8 +24,9 @@ DEFS= tree.def
|
||||
DEFSDIR= ${SHAREDIR}/snmp/defs
|
||||
|
||||
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
|
||||
CFLAGS+= -DUSE_TCPWRAPPERS
|
||||
DPADD= ${LIBBEGEMOT} ${LIBBSNMP}
|
||||
LDADD= -lbegemot -lbsnmp
|
||||
LDADD= -lbegemot -lbsnmp -lwrap
|
||||
|
||||
LDFLAGS= -export-dynamic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user