Skip to content
Snippets Groups Projects
Commit 20d91291 authored by Guido Günther's avatar Guido Günther
Browse files

Enable parallel build support

Thanks: Felix Geyer for pointing this out
parent f6b0feb5
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ LOGROTATE = $(basename $(basename $(notdir $(wildcard daemon/libvirtd*.logrotate
EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
%:
dh $@ --builddirectory=$(DEB_BUILDDIR)
dh $@ --builddirectory=$(DEB_BUILDDIR) --parallel
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment