diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-15 02:53:57 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:52 -0800 |
commit | bb999cb4e877b6bfcc231a5b9b77add3509540cb (patch) | |
tree | 7462bf2604ee71fb875c16a7bf30e5115424ab4c /debian/patches-applied/glibc-2_16-compilation-fix.patch | |
parent | 5418b405fbbe844156bcec18e4fb262bc95d25ec (diff) | |
download | pam-bb999cb4e877b6bfcc231a5b9b77add3509540cb.tar.gz pam-bb999cb4e877b6bfcc231a5b9b77add3509540cb.tar.bz2 pam-bb999cb4e877b6bfcc231a5b9b77add3509540cb.zip |
Drop another couple of patches that are already upstream
Diffstat (limited to 'debian/patches-applied/glibc-2_16-compilation-fix.patch')
-rw-r--r-- | debian/patches-applied/glibc-2_16-compilation-fix.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches-applied/glibc-2_16-compilation-fix.patch b/debian/patches-applied/glibc-2_16-compilation-fix.patch deleted file mode 100644 index aaf57a4b..00000000 --- a/debian/patches-applied/glibc-2_16-compilation-fix.patch +++ /dev/null @@ -1,30 +0,0 @@ -Author: Daniel Schepler <dschepler@gmail.com> -Description: fix missing include causing build failure with eglibc 2.16 - eglibc 2.16 is more strict in its handling of <sys/resource.h>, so fix - our includes here to address a build failure. -Bug-Debian: http://bugs.debian.org/693450 - -Index: pam.debian/modules/pam_unix/pam_unix_acct.c -=================================================================== ---- pam.debian.orig/modules/pam_unix/pam_unix_acct.c -+++ pam.debian/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> - -Index: pam.debian/modules/pam_unix/pam_unix_passwd.c -=================================================================== ---- pam.debian.orig/modules/pam_unix/pam_unix_passwd.c -+++ pam.debian/modules/pam_unix/pam_unix_passwd.c -@@ -54,6 +54,7 @@ - #include <ctype.h> - #include <sys/time.h> - #include <sys/stat.h> -+#include <sys/resource.h> - - #include <signal.h> - #include <errno.h> |