]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix lookup path for sshd-auth; bz3745
authorDamien Miller <djm@mindrot.org>
Thu, 17 Oct 2024 02:28:47 +0000 (13:28 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 17 Oct 2024 02:28:47 +0000 (13:28 +1100)
Makefile.in

index c7141cf6dedc59e1a25a062da54dc1e523205c67..b42b454deb24417a76cfb40c36546c3346318955 100644 (file)
@@ -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)\" \