summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/0001-configure-Include-stdio.h-for-printf.patch
Commit message (Collapse)AuthorAgeFilesLines
* pam-ssh-agent-auth: Fix __progname configure checkKhem Raj2022-09-051-0/+37
This check needs to include stdio.h for printf() API to work otherwise test fails. Signed-off-by: Khem Raj <raj.khem@gmail.com>