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 9a8c16c6..b544bd5e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf override_dh_autoreconf: dh_autoreconf sh -- autogen.sh |