Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162384870
D9049.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
998 B
Referenced Files
None
Subscribers
None
D9049.diff
View Options
Index: head/crypto/openssh/config.h
===================================================================
--- head/crypto/openssh/config.h
+++ head/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. */
Index: head/secure/usr.sbin/sshd/Makefile
===================================================================
--- head/secure/usr.sbin/sshd/Makefile
+++ head/secure/usr.sbin/sshd/Makefile
@@ -27,7 +27,7 @@
SRCS+= ssh_namespace.h
# pam should always happen before ssh here for static linking
-LIBADD= pam ssh util wrap
+LIBADD= pam ssh util
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
@@ -53,6 +53,11 @@
LIBADD+= gssapi_krb5 gssapi krb5
.endif
+.if ${MK_TCP_WRAPPERS} != "no"
+CFLAGS+= -DLIBWRAP
+LIBADD+= wrap
+.endif
+
LIBADD+= crypto
.if defined(LOCALBASE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 13, 5:55 PM (6 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35040100
Default Alt Text
D9049.diff (998 B)
Attached To
Mode
D9049: Conditionalize building libwrap support into sshd
Attached
Detach File
Event Timeline
Log In to Comment