diff options
author | Sam Hartman <hartmans@debian.org> | 2024-01-15 15:02:47 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2024-01-15 15:02:47 -0700 |
commit | 02633059ea4329ccf468dff0119b0ef52106e83d (patch) | |
tree | 58437b2043f075898a6c5a17d7cae8d334b2c6eb /debian/rules | |
parent | df3f8dc77b744ef696158637ace8213788b13266 (diff) | |
parent | 548d8d6e4435630848b259620f2b1779f7ea9b28 (diff) | |
download | pam-02633059ea4329ccf468dff0119b0ef52106e83d.tar.gz pam-02633059ea4329ccf468dff0119b0ef52106e83d.tar.bz2 pam-02633059ea4329ccf468dff0119b0ef52106e83d.zip |
Merge in janitor changes.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 21b157bf..07bc9d47 100755 --- a/debian/rules +++ b/debian/rules @@ -18,12 +18,12 @@ d = $(CURDIR)/debian dl = $(d)/local %: - dh $@ --with autoreconf + dh $@ # avoid libaudit-dev when bootstrapping ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES))) CONFIGURE_OPTS += --disable-audit -endif +endif CONFIGURE_OPTS += --enable-logind |