]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
openssh: disable libwrap (TCP wrappers) at configure time
authorEd Maste <emaste@FreeBSD.org>
Thu, 2 Sep 2021 00:30:05 +0000 (20:30 -0400)
committerEd Maste <emaste@FreeBSD.org>
Thu, 9 Sep 2021 00:56:56 +0000 (20:56 -0400)
commit44f00776aff578c0bea4c4bca028654ee6295f63
treea264b79e75fcb1d2f44f47adea07e11eb07931cf
parentbe7e5708299327d3e6275b663c84624891a17c15
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

(cherry picked from commit 36cd1e5e8c216e0f67832d59d629f2910a02d4fc)
crypto/openssh/freebsd-configure.sh