summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2019-03-27 15:17:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2019-03-27 15:17:29 +0000
commit77c2fe20df6a9a7c1a353e1a4ab2ba80fefab881 (patch)
treece88d390c1e320eab9800a3d0c59f8e892e271f2 /secure
parent0967215db7b6354f5af4cabe9aa8bd8d0c4118ba (diff)
downloadsrc-test2-77c2fe20df6a9a7c1a353e1a4ab2ba80fefab881.tar.gz
src-test2-77c2fe20df6a9a7c1a353e1a4ab2ba80fefab881.zip
Add workaround for a QoS-related bug in VMWare Workstation.
Submitted by: yuripv Differential Revision: https://reviews.freebsd.org/D18636
Notes
Notes: svn path=/head/; revision=345579
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/ssh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 614cc7627fc5..023fa4a55be9 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -37,6 +37,9 @@ LIBADD+= crypto
CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
.endif
+# Workaround VMware Workstation NAT bug
+CFLAGS+=-DVMWARE_GUEST_WORKAROUND
+
.include <bsd.prog.mk>
.PATH: ${SSHDIR}