From f84dfc1c0602b730f47a7523dfe13f039f4de95a Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Mon, 30 Jan 2017 13:59:17 +0100 Subject: [PATCH] strongswan: enable IKEv2 Mediation Extension Closes #3905. Signed-off-by: Stijn Tintel --- net/strongswan/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 029b8bff7..5289d3f97 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -374,6 +374,7 @@ CONFIGURE_ARGS+= \ --disable-scripts \ --disable-static \ --disable-fast \ + --enable-mediation \ --with-systemdsystemunitdir=no \ $(if $(CONFIG_PACKAGE_strongswan-utils),--enable-pki --enable-scepclient,--disable-pki --disable-scepclient) \ --with-random-device=/dev/random \