Fix lookup path for sshd-auth; bz3745

This commit is contained in:
Damien Miller 2024-10-17 13:28:47 +11:00
parent c537eeb1ae
commit 39db1f23ba
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View 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)\" \