diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-11 19:21:51 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:49 -0800 |
commit | 2fec4b19cb88ac58f87a883f132736d02a980ee7 (patch) | |
tree | fd98e09b16bc3adc899fa8b2f179555545add3e2 | |
parent | 0a97b658dd8b4a8b780d632775497cb7e24ccd2c (diff) | |
download | pam-2fec4b19cb88ac58f87a883f132736d02a980ee7.tar.gz pam-2fec4b19cb88ac58f87a883f132736d02a980ee7.tar.bz2 pam-2fec4b19cb88ac58f87a883f132736d02a980ee7.zip |
debian/patches-applied/glibc-2_16-compilation-fix.patch: fix missing
include causing build failure with eglibc 2.16. Thanks to Daniel
Schepler <dschepler@gmail.com>. Closes: #693450.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches-applied/series | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 677b2880..4555325f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ pam (1.1.3-8) UNRELEASED; urgency=low from the previous security upload. Closes: #693995. * debian/rules: never regenerate manpages at build time; this may cause build skew that breaks the world in a multiarch context. LP: #1095887. + * debian/patches-applied/glibc-2_16-compilation-fix.patch: fix missing + include causing build failure with eglibc 2.16. Thanks to Daniel + Schepler <dschepler@gmail.com>. Closes: #693450. -- Steve Langasek <vorlon@debian.org> Mon, 11 Feb 2013 19:00:19 -0800 diff --git a/debian/patches-applied/series b/debian/patches-applied/series index c972b268..425ace72 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -25,3 +25,4 @@ no_PATH_MAX_on_hurd lib_security_multiarch_compat pam_env-fix-overflow.patch pam_env-fix-dos.patch +glibc-2_16-compilation-fix.patch |