diff options
author | Martin Willi <martin@revosec.ch> | 2014-02-07 10:26:08 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-03-31 11:14:59 +0200 |
commit | c602ee65dc3bd42f221f9641fe5f9eab6e7634a3 (patch) | |
tree | 36e782584bc2a5fc512c8d251974d08ef7e78293 | |
parent | 3a2deb98bcedfdeb1debc952c969cb9d1f52328c (diff) | |
download | strongswan-c602ee65dc3bd42f221f9641fe5f9eab6e7634a3.tar.bz2 strongswan-c602ee65dc3bd42f221f9641fe5f9eab6e7634a3.tar.xz |
testing: build strongSwan with acert plugin
-rw-r--r-- | testing/scripts/recipes/013_strongswan.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 438e6668a..c4142086f 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -76,6 +76,7 @@ CONFIG_OPTS = \ --enable-unbound \ --enable-ipseckey \ --enable-dnscert \ + --enable-acert \ --enable-cmd \ --enable-libipsec \ --enable-kernel-libipsec \ |