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:
Ed Maste 2021-09-01 20:30:05 -04:00
parent 5e4dd21fd6
commit 36cd1e5e8c

View file

@ -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