mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
ssh: Remove unintended XAUTH_PATH setting
This crept in while rebasing the OpenSSH 9.8p1 update acrossa63701848f("ssh: Move XAUTH_PATH setting to ssh.mk"). Fixes:0fdf8fae8b("openssh: Update to 9.8p1") Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0fdf8fae8b
commit
b4bb480ae9
1 changed files with 0 additions and 4 deletions
|
|
@ -57,10 +57,6 @@ LIBADD+= wrap
|
|||
|
||||
LIBADD+= crypto
|
||||
|
||||
.if defined(LOCALBASE)
|
||||
CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${SSHDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue