File pam_radius-md5-ppc-fix.patch of Package pam_radius
Index: pam_radius-1.3.16/md5.c =================================================================== --- pam_radius-1.3.16.orig/md5.c +++ pam_radius-1.3.16/md5.c @@ -39,7 +39,7 @@ #include <string.h> #include "md5.h" -#if defined(__sparc) || defined(__mips) +#if defined(__sparc) || defined(__mips) || defined(__PPC__) #define HIGHFIRST #endif