diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-12-18 17:36:22 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-12-18 17:45:49 +0000 |
commit | 79ffa4d4c8e75f27678a2fce374e9a6825daa12a (patch) | |
tree | e685cc2db85a3dc77ac1e7557550c71ad4f3f7fe | |
parent | Add patch to remove js libs versions, update debian/control (diff) | |
download | netdata-79ffa4d4c8e75f27678a2fce374e9a6825daa12a.tar.xz netdata-79ffa4d4c8e75f27678a2fce374e9a6825daa12a.zip |
Enable parallel build
-rwxr-xr-x | debian/rules | 3 |
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' $< > $@ |