diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-04-25 16:11:48 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-04-25 16:11:48 -0700 |
commit | c0b4a98bfd6909f8388c862f0b29a0419d067001 (patch) | |
tree | 0fe3931da2f4ef72f9a8a674eb60f591b38fb9fe /debian/rules | |
parent | f77e0c7cc0200911ffdc1e95032488072ad2ed15 (diff) | |
download | pam-c0b4a98bfd6909f8388c862f0b29a0419d067001.tar.gz pam-c0b4a98bfd6909f8388c862f0b29a0419d067001.tar.bz2 pam-c0b4a98bfd6909f8388c862f0b29a0419d067001.zip |
Include the actual change that was supposed to be in the previous upload
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 eae93f04..aab52a3a 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ override_dh_auto_configure: --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --enable-isadir=/lib/security \ --enable-cracklib \ + --disable-nis \ $(CONFIGURE_OPTS) # .install files don't have "except for" handling, so we need to exclude |