From 0bf2abf182b325d4ce20e0fe41a32e501772ee04 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 16 Sep 2014 14:02:05 +0200 Subject: [PATCH] testing: Use multiple jobs to install strongSwan --- testing/scripts/recipes/013_strongswan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 3501b7453..5f8e4485f 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -110,4 +110,4 @@ build: configure cd $(BUILDDIR) && make -j $(NUM_CPUS) install: build - cd $(BUILDDIR) && make install + cd $(BUILDDIR) && make -j install