diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 550306d4f..4208569e2 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -106,7 +106,7 @@ confflags += --with-ldflags='$(strip -Wl,--as-needed $(LDFLAGS))' | |||
106 | confflags_udeb += --with-ldflags='-Wl,--as-needed' | 106 | confflags_udeb += --with-ldflags='-Wl,--as-needed' |
107 | 107 | ||
108 | %: | 108 | %: |
109 | dh $@ --with=autoreconf,systemd | 109 | dh $@ --with=autoreconf,systemd,runit |
110 | 110 | ||
111 | autoreconf: | 111 | autoreconf: |
112 | autoreconf -f -i | 112 | autoreconf -f -i |