Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_bioapi/files: pam_bioapi-0.4.0-headers.patch
Date: Mon, 02 Jun 2014 14:16:30
Message-Id: 20140602141626.B4D6C2004E@flycatcher.gentoo.org
1 vapier 14/06/02 14:16:26
2
3 Modified: pam_bioapi-0.4.0-headers.patch
4 Log:
5 Fix building with newer glibc #512106 by Paweł Hajdan, Jr..
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch
11
12 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
13 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
14 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
15
16 Index: pam_bioapi-0.4.0-headers.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/files/pam_bioapi-0.4.0-headers.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pam_bioapi-0.4.0-headers.patch 30 Nov 2008 00:42:41 -0000 1.1
23 +++ pam_bioapi-0.4.0-headers.patch 2 Jun 2014 14:16:26 -0000 1.2
24 @@ -3,8 +3,20 @@
25 http://code.google.com/p/pam-bioapi/issues/detail?id=3
26 http://bugs.gentoo.org/241322
27
28 +fix building with newer glibc
29 +
30 +https://bugs.gentoo.org/512106
31 +
32 --- libpam_bioapi/pam_bioapi.h
33 +++ libpam_bioapi/pam_bioapi.h
34 +@@ -19,6 +19,7 @@
35 + #include <sys/stat.h>
36 + #include <sys/types.h> /* defines 'uid_t', etc. */
37 +
38 ++#include <sys/resource.h>
39 + #include <sys/types.h>
40 + #include <sys/wait.h>
41 + #include "earray.h"
42 @@ -23,6 +23,7 @@
43 #include <sys/wait.h>
44 #include "earray.h"