855f78edd4
Following build failure occurs:
opasswd.c: In function 'compare_password':
opasswd.c:142:3: error: 'retval' undeclared (first use in this function); did you mean 'outval'?
142 | retval = outval != NULL && strcmp(outval, oldpass) == 0;
| ^~~~~~
| outval
Add a patch from upstream to fix it.
Happens since the update to 1.5.3 in Buildroot commit:
|
||
---|---|---|
.. | ||
0001-examples-tty_conv-fix-build-on-musl.patch | ||
0002-Fix-build-if-crypt_r-isn-t-available.patch | ||
Config.in | ||
linux-pam.hash | ||
linux-pam.mk | ||
login.pam | ||
other.pam |