diff options
Diffstat (limited to 'contrib/depends/packages/unbound.mk')
| -rw-r--r-- | contrib/depends/packages/unbound.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/packages/unbound.mk b/contrib/depends/packages/unbound.mk index d9ef007..d5e5c0d 100644 --- a/contrib/depends/packages/unbound.mk +++ b/contrib/depends/packages/unbound.mk @@ -28,9 +28,9 @@ define $(package)_config_cmds endef define $(package)_build_cmds - $(MAKE) $($(package)_build_opts) + $(MAKE) -j$(NUM_CORES) $($(package)_build_opts) endef define $(package)_stage_cmds - $(MAKE) DESTDIR=$($(package)_staging_dir) install + $(MAKE) -j$(NUM_CORES) DESTDIR=$($(package)_staging_dir) install endef |
