summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2024-01-15 15:02:47 -0700
committerSam Hartman <hartmans@debian.org>2024-01-15 15:02:47 -0700
commit02633059ea4329ccf468dff0119b0ef52106e83d (patch)
tree58437b2043f075898a6c5a17d7cae8d334b2c6eb /debian/rules
parentdf3f8dc77b744ef696158637ace8213788b13266 (diff)
parent548d8d6e4435630848b259620f2b1779f7ea9b28 (diff)
Merge in janitor changes.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
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