kumquat-buildroot/package/linux-pam
Waldemar Brodkorb 855f78edd4 package/pam: fix uclibc compile error
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:
f8147e27cd

Fixes:
 - http://autobuild.buildroot.net/results/576/576fc4b9ccbc6cff82569692bdec82192e89f036

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-09-02 17:50:47 +02:00
..
0001-examples-tty_conv-fix-build-on-musl.patch
0002-Fix-build-if-crypt_r-isn-t-available.patch package/pam: fix uclibc compile error 2023-09-02 17:50:47 +02:00
Config.in
linux-pam.hash
linux-pam.mk
login.pam
other.pam