Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/pam/files: Linux-PAM-1.1.5+glibc-2.16.patch
Date: Thu, 05 Jul 2012 16:18:03
Message-Id: 20120705161752.2D33F2004B@flycatcher.gentoo.org
1 flameeyes 12/07/05 16:17:52
2
3 Added: Linux-PAM-1.1.5+glibc-2.16.patch
4 Log:
5 Add patch to build with glibc 2.16. Thanks to Stevan Bajić in bug #424920 for the patch. Also remove old version.
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-libs/pam/files/Linux-PAM-1.1.5+glibc-2.16.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/Linux-PAM-1.1.5+glibc-2.16.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/files/Linux-PAM-1.1.5+glibc-2.16.patch?rev=1.1&content-type=text/plain
14
15 Index: Linux-PAM-1.1.5+glibc-2.16.patch
16 ===================================================================
17 --- a/modules/pam_unix/pam_unix_acct.c 2011-06-21 11:04:56.000000000 +0200
18 +++ b/modules/pam_unix/pam_unix_acct.c 2012-07-05 16:04:35.643727485 +0200
19 @@ -41,6 +41,7 @@
20 #include <string.h>
21 #include <unistd.h>
22 #include <sys/types.h>
23 +#include <sys/resource.h>
24 #include <syslog.h>
25 #include <pwd.h>
26 #include <shadow.h>