summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2011-09-25 15:10:54 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 22:11:46 -0800
commit616670d6ecb69282a2076417afe65ae7d97faf13 (patch)
treee1ec54f158bc50b5669011804a98369b0a66c6a2 /debian/changelog
parent92b37e4e4efc17c68c81ed8bae4a2614133fc906 (diff)
Make sure shared library links are also installed to the multiarch
directory, not just the .a files; otherwise the static libs get found first by the linker. Thanks to Russ Allbery for catching this. Closes: #642952.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9f6a5f39..55731956 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pam (1.1.3-4) UNRELEASED; urgency=low
+
+ * Make sure shared library links are also installed to the multiarch
+ directory, not just the .a files; otherwise the static libs get found
+ first by the linker. Thanks to Russ Allbery for catching this.
+ Closes: #642952.
+
+ -- Steve Langasek <vorlon@debian.org> Sun, 25 Sep 2011 15:10:02 -0700
+
pam (1.1.3-3) unstable; urgency=low
* Look for /etc/init.d/postgresql, not /etc/init.d/postgresql-8.{2,3},