summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-22 11:15:28 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 15:58:27 -0800
commitf084b5a31962b624231ad69baf4a7816a0c2d32d (patch)
tree02442b10e9112d19987850892321bb50b7da5d00
parent3a5935109c431ff20b8e8dd90f1037727db6192b (diff)
use --disable-audit, to avoid libaudit being linked in
accidentally
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 80576128..e6809780 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pam (0.99.8.1-1) UNRELEASED; urgency=low
- pam_mail: set the MAIL variable even when .hushlogin is set.
Closes: #421010.
- new minclass option introduced for pam_cracklib. Closes: #454237.
+ - use --disable-audit, to avoid libaudit being linked in
+ accidentally
-- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700
diff --git a/debian/rules b/debian/rules
index 68efb32e..2e7705de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ configure-stamp:
--sysconfdir=/etc --prefix=/usr --enable-static --enable-shared \
--mandir=/usr/share/man --infodir=/usr/share/info --libdir=/lib \
--sbindir=/sbin --enable-docdir=/usr/share/doc/libpam-doc \
- --with-mailspool=/var/mail
+ --with-mailspool=/var/mail --disable-audit
touch configure-stamp