aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu>2016-01-04 15:09:41 -0500
committerGravatar John Hood <cgull@glup.org>2016-01-16 17:50:45 -0500
commitf928435274e4e1325daa90fc051650115f0256b8 (patch)
treee51ad7f6c69fb483a5243bc1be6486aa5b9e2fcc /debian
parent8816493ec9fcaadceb10e313493c3eec08c08212 (diff)
debian/rules: Allow parallel build
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 5dc64be..dbfe544 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
-include /usr/share/dpkg/buildflags.mk
%:
- dh $@ --with autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- \