diff options
author | Guillem Jover <guillem@debian.org> | 2006-10-04 02:52:13 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:21 +0200 |
commit | 45486afd887275435b89b9bc54b2870dc82ff383 (patch) | |
tree | 3ad1a7c4a30d6d527fe89dd0c40d89fd1e5ce882 | |
parent | 35757afa64a99b6e9721955ee6a218ce1fce11c7 (diff) | |
download | inetutils-45486afd887275435b89b9bc54b2870dc82ff383.tar.gz |
Enable PAM and libwrap in the configure options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5b952b1..74b9ac1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ inetutils (2:1.4.3+20060719-3) UNRELEASED; urgency=low - Change Provides and Conflicts on inetd to inet-superserver. - Add a Depends on update-inetd. * Add a Build-Depends on libwrap0-dev. + * Enable PAM and libwrap in the configure options. * Fix typos in inetutils-inetd manpage. (Closes: #389124) - debian/patches/11_inetd_doc.patch: New file. Thanks to Stephen Liebbe <sliebbe@gmail.com>. diff --git a/debian/rules b/debian/rules index 3627aa7..0721253 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,8 @@ config.status: configure --localstatedir=/var \ --libexecdir=\$${prefix}/sbin \ --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info + --infodir=\$${prefix}/share/info \ + --with-wrap --with-pam build: patch debian/control config.status dh_testdir |