diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2020-08-12 16:32:31 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2020-08-12 16:32:31 +0000 |
commit | 13f69d07409750cf3cbad9fc7f2d80878d5273fa (patch) | |
tree | cbc007c5729ad82230da3d8380ae7099473ee7c9 /debian/rules | |
parent | 9349b8a094eec8a8c719e64db484f4c2e2908015 (diff) | |
download | pam-13f69d07409750cf3cbad9fc7f2d80878d5273fa.tar.gz pam-13f69d07409750cf3cbad9fc7f2d80878d5273fa.tar.bz2 pam-13f69d07409750cf3cbad9fc7f2d80878d5273fa.zip |
Continue building pam_cracklib, which is deprecated upstream; the replacement, pam_passwdqc, is packaged separately.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d904a227..3b5e24ef 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --enable-isadir=/lib/security \ + --enable-cracklib \ $(CONFIGURE_OPTS) # .install files don't have "except for" handling, so we need to exclude |