vapier 14/06/02 14:16:26 Modified: pam_bioapi-0.4.0-headers.patch Log: Fix building with newer glibc #512106 by Paweł Hajdan, Jr.. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch?r1=1.1&r2=1.2 Index: pam_bioapi-0.4.0-headers.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_bioapi-0.4.0-headers.patch 30 Nov 2008 00:42:41 -0000 1.1 +++ pam_bioapi-0.4.0-headers.patch 2 Jun 2014 14:16:26 -0000 1.2 @@ -3,8 +3,20 @@ http://code.google.com/p/pam-bioapi/issues/detail?id=3 http://bugs.gentoo.org/241322 +fix building with newer glibc + +https://bugs.gentoo.org/512106 + --- libpam_bioapi/pam_bioapi.h +++ libpam_bioapi/pam_bioapi.h +@@ -19,6 +19,7 @@ + #include <sys/stat.h> + #include <sys/types.h> /* defines 'uid_t', etc. */ + ++#include <sys/resource.h> + #include <sys/types.h> + #include <sys/wait.h> + #include "earray.h" @@ -23,6 +23,7 @@ #include <sys/wait.h> #include "earray.h"
