summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches-applied/series1
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