From 60caa4f6c6a97ccbfbeda7693f6fa23185231533 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 15 Oct 2020 14:24:46 +0200 Subject: [PATCH] testing: Use silent rules to build strongSwan --- testing/scripts/recipes/013_strongswan.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index d8f907a9f0..efd0b1c3cf 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -17,6 +17,7 @@ BUILDDIR ?= $(PKG) NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) CONFIG_OPTS = \ + --enable-silent-rules \ --sysconfdir=/etc \ --with-strongswan-conf=/etc/strongswan.conf.testing \ --with-random-device=/dev/urandom \ -- 2.47.2