summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-12-18 17:36:22 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2016-12-18 17:45:49 +0000
commit79ffa4d4c8e75f27678a2fce374e9a6825daa12a (patch)
treee685cc2db85a3dc77ac1e7557550c71ad4f3f7fe
parentAdd patch to remove js libs versions, update debian/control (diff)
downloadnetdata-79ffa4d4c8e75f27678a2fce374e9a6825daa12a.tar.xz
netdata-79ffa4d4c8e75f27678a2fce374e9a6825daa12a.zip
Enable parallel build
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index d6afdc16d..4b88cc4b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ MULTIARCH_INSTALL = debian/netdata.postinst
override_dh_auto_configure:
dh_auto_configure -- --with-math
+override_dh_auto_build:
+ dh_auto_build --parallel
+
$(MULTIARCH_INSTALL): % : %.in
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@