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 c339196..ba2e36f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: - dh $@ --without autoreconf + dh $@ --without autoreconf,systemd override_dh_auto_configure: NOCONFIGURE=1 ./autogen.sh |