debian/rules: Allow parallel build
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
John Hood
parent
8816493ec9
commit
f928435274
Vendored
+1
-1
@@ -15,7 +15,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
|
|||||||
-include /usr/share/dpkg/buildflags.mk
|
-include /usr/share/dpkg/buildflags.mk
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with autoreconf
|
dh $@ --parallel --with autoreconf
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
|
|||||||
Reference in New Issue
Block a user