From: Damien Miller Date: Thu, 17 Oct 2024 02:28:47 +0000 (+1100) Subject: Fix lookup path for sshd-auth; bz3745 X-Git-Tag: V_10_0_P1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39db1f23bafb48a7c0cc9c65c716a0370f4cc677;p=thirdparty%2Fopenssh-portable.git Fix lookup path for sshd-auth; bz3745 --- diff --git a/Makefile.in b/Makefile.in index c7141cf6d..b42b454de 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)\" \