diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-02-04 17:26:28 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-02-04 17:26:28 +0000 |
commit | be4eea7d7b77cc72a98cd67252cf803c9a8df79b (patch) | |
tree | bd5f967dc3ec46c6a0727638b860a2480abdbc73 /crypto | |
parent | b69b2d07ec1615e06a2e21739b79952fb8223a58 (diff) | |
download | src-be4eea7d7b77cc72a98cd67252cf803c9a8df79b.tar.gz src-be4eea7d7b77cc72a98cd67252cf803c9a8df79b.zip |
MFC r311585:
Conditionalize building libwrap support into sshd
Only build libwrap support into sshd if MK_TCP_WRAPPERS != no
This will unbreak the build if libwrap has been removed from the system
PR: 210141
Notes
Notes:
svn path=/stable/11/; revision=313243
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 364ebe33e2ef..ca1ce8e3852d 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -1408,7 +1408,7 @@ /* #undef LASTLOG_WRITE_PUTUTXLINE */ /* Define if you want TCP Wrappers support */ -#define LIBWRAP 1 +/* #undef LIBWRAP */ /* Define to whatever link() returns for "not supported" if it doesn't return EOPNOTSUPP. */ |