Hunk 1: to make it compile
Hunk 2: sanity checking
Hunk 3: typo
Hi Andres,
Is this pach valid also for release 1.0.6?
Thanks a lot, Evgeny
Likewise, we are getting the below compilation error for pam-python-1.0.6 using sphinx v1.6.6
pam_python.c: In function ‘call_handler’: pam_python.c:2234:19: error: argument 1 null where non-null expected [-Werror=nonnull] if (dot != 0 || strcmp(dot, ".py") == 0) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/security/_pam_macros.h:13:0, from pam_python.c:33: /usr/include/string.h:136:12: note: in a call to function ‘strcmp’ declared here extern int strcmp (const char *_s1, const char *_s2)
for that a patch can be found here: https://github.com/Ralnoc/pam-python/pull/3/files
These are the patches I needed for Fedora 28 and 1.0.6, ie essentially the same fix as for 1.0.4 + small Makefile change to fix gcc8 cast error...
Log in to post a comment.
Hi Andres,
Is this pach valid also for release 1.0.6?
Thanks a lot,
Evgeny
Likewise, we are getting the below compilation error for pam-python-1.0.6 using sphinx v1.6.6
for that a patch can be found here: https://github.com/Ralnoc/pam-python/pull/3/files
These are the patches I needed for Fedora 28 and 1.0.6, ie essentially the same fix as for 1.0.4 + small Makefile change to fix gcc8 cast error...