[openssh-commits] [openssh] branch master updated: Fix lookup path for sshd-auth; bz3745
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Oct 17 13:29:08 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 39db1f23 Fix lookup path for sshd-auth; bz3745
39db1f23 is described below
commit 39db1f23bafb48a7c0cc9c65c716a0370f4cc677
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Oct 17 13:28:47 2024 +1100
Fix lookup path for sshd-auth; bz3745
---
Makefile.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.in b/Makefile.in
index c7141cf6..b42b454d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,6 +40,7 @@ PATHS= -DSSHDIR=\"$(sysconfdir)\" \
-D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
-D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
-D_PATH_SSHD_SESSION=\"$(SSHD_SESSION)\" \
+ -D_PATH_SSHD_AUTH=\"$(SSHD_AUTH)\" \
-D_PATH_SSH_PKCS11_HELPER=\"$(SSH_PKCS11_HELPER)\" \
-D_PATH_SSH_SK_HELPER=\"$(SSH_SK_HELPER)\" \
-D_PATH_SSH_PIDDIR=\"$(piddir)\" \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list