diff options
-rw-r--r-- | testing/scripts/recipes/013_strongswan.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |