diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-05 15:37:31 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-05 15:37:46 +0100 |
commit | 9b8e0b3b7d00434c1c9457b737d389f2a15f2b53 (patch) | |
tree | 15fcd976757e206ebcc63caafd2d1a8d852e195e /main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch | |
parent | 5226fab5c4bbebe99965c393bea1ef5686cbf6fe (diff) | |
download | aports-9b8e0b3b7d00434c1c9457b737d389f2a15f2b53.tar.bz2 aports-9b8e0b3b7d00434c1c9457b737d389f2a15f2b53.tar.xz |
main/linux-pam: upgrade to 2.16
Diffstat (limited to 'main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch')
-rw-r--r-- | main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch b/main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch new file mode 100644 index 0000000000..1a0716598e --- /dev/null +++ b/main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch @@ -0,0 +1,10 @@ +--- Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c.orig ++++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c +@@ -47,6 +47,7 @@ + #include <time.h> /* for time() */ + #include <errno.h> + #include <sys/wait.h> ++#include <sys/resource.h> + + #include <security/_pam_macros.h> + |