openssh: disable libwrap (TCP wrappers) at configure time
We define LIBWRAP at build time in secure/usr.sbin/sshd/Makefile if WITH_TCPWRAPPERS is in effect, so it should not be set in config.h. MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5e4dd21fd6
commit
36cd1e5e8c
@ -8,7 +8,7 @@ configure_args="
|
||||
--sysconfdir=/etc/ssh
|
||||
--with-pam
|
||||
--with-ssl-dir=/usr
|
||||
--with-tcp-wrappers
|
||||
--without-tcp-wrappers
|
||||
--with-libedit
|
||||
--with-ssl-engine
|
||||
--without-xauth
|
||||
|
Loading…
Reference in New Issue
Block a user