From 9469ddadb2d7533ba3334e70602731e5caefcc21 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 11 Feb 2013 20:32:57 -0800 Subject: Whoops, commit a patch that I managed to not get added --- .../glibc-2_16-compilation-fix.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 debian/patches-applied/glibc-2_16-compilation-fix.patch (limited to 'debian') diff --git a/debian/patches-applied/glibc-2_16-compilation-fix.patch b/debian/patches-applied/glibc-2_16-compilation-fix.patch new file mode 100644 index 00000000..921c8b5c --- /dev/null +++ b/debian/patches-applied/glibc-2_16-compilation-fix.patch @@ -0,0 +1,30 @@ +Author: Daniel Schepler +Description: fix missing include causing build failure with eglibc 2.16 + eglibc 2.16 is more strict in its handling of , so fix + our includes here to address a build failure. +Bug-Debian: http://bugs.debian.org/693450 + +Index: pam-1.1.3/modules/pam_unix/pam_unix_acct.c +=================================================================== +--- pam-1.1.3.orig/modules/pam_unix/pam_unix_acct.c 2012-08-11 23:05:09.000000000 +0000 ++++ pam-1.1.3/modules/pam_unix/pam_unix_acct.c 2012-08-11 23:05:29.000000000 +0000 +@@ -47,6 +47,7 @@ + #include /* for time() */ + #include + #include ++#include + + #include + +Index: pam-1.1.3/modules/pam_unix/pam_unix_passwd.c +=================================================================== +--- pam-1.1.3.orig/modules/pam_unix/pam_unix_passwd.c 2012-08-11 23:05:29.000000000 +0000 ++++ pam-1.1.3/modules/pam_unix/pam_unix_passwd.c 2012-08-11 23:09:06.000000000 +0000 +@@ -54,6 +54,7 @@ + #include + #include + #include ++#include + #include + #ifdef HAVE_RPCSVC_YP_PROT_H + #include -- cgit v1.2.3