From b4bb480ae9294d7e4b375f0ead9ae57517c79ef3 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 19 Feb 2025 17:37:09 +0000 Subject: ssh: Remove unintended XAUTH_PATH setting This crept in while rebasing the OpenSSH 9.8p1 update across a63701848fe5 ("ssh: Move XAUTH_PATH setting to ssh.mk"). Fixes: 0fdf8fae8b56 ("openssh: Update to 9.8p1") Sponsored by: The FreeBSD Foundation --- secure/libexec/sshd-session/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'secure/libexec') diff --git a/secure/libexec/sshd-session/Makefile b/secure/libexec/sshd-session/Makefile index 2461962f00e2..e365b0c53dde 100644 --- a/secure/libexec/sshd-session/Makefile +++ b/secure/libexec/sshd-session/Makefile @@ -57,10 +57,6 @@ LIBADD+= wrap LIBADD+= crypto -.if defined(LOCALBASE) -CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\" -.endif - .include .PATH: ${SSHDIR} -- cgit v1.3