diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-11 21:30:41 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:50 -0800 |
commit | b8c12448f1d6474475d2d98dc6aaa003db14b8b7 (patch) | |
tree | 11cc65c3534f2f9db901ac1a8146f2f5a8fc36d1 /debian/rules | |
parent | 8787541fd57a2f18e312f7fcd57b4992d33eb098 (diff) | |
download | pam-b8c12448f1d6474475d2d98dc6aaa003db14b8b7.tar.gz pam-b8c12448f1d6474475d2d98dc6aaa003db14b8b7.tar.bz2 pam-b8c12448f1d6474475d2d98dc6aaa003db14b8b7.zip |
Enable audit support, by popular demand. This should have no major
impact unless you're also running auditd; but I reserve the right to
disable this again in the event that this causes a performance hit or
breaks upgrades (since the dependency is pulled into libpam, not just
into pam_tty_audit). Closes: #699159, LP: #937005.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 5a9cb037..ac2ffab7 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,7 @@ dl = $(d)/local override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ - --enable-isadir=/lib/security --disable-audit \ - --disable-regenerate-docu + --enable-isadir=/lib/security --disable-regenerate-docu # make sure the SAG, MWG, ADG are readable with a browser. override_dh_compress: |