summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Eisele <kernlpanic@dennis-eisele.de>2022-01-05 23:47:33 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-01-06 19:33:25 +0100
commit9a21f19e85788b98db74829812e86dba7ac0df21 (patch)
treeba49f36eaf12bcf72c88a6f6b37466dfb6430c08
parentdev-python/typed-ast: Stabilize 1.5.1 hppa, #830547 (diff)
downloadgentoo-9a21f19e.tar.gz
gentoo-9a21f19e.tar.bz2
gentoo-9a21f19e.zip
net-vpn/strongswan: add charon-cmd support
Closes: https://bugs.gentoo.org/524642 Signed-off-by: Dennis Eisele <kernlpanic@dennis-eisele.de> Closes: https://github.com/gentoo/gentoo/pull/23663 Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--net-vpn/strongswan/strongswan-5.9.4-r1.ebuild (renamed from net-vpn/strongswan/strongswan-5.9.4.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-vpn/strongswan/strongswan-5.9.4.ebuild b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
index 133424376b55..62733a563b86 100644
--- a/net-vpn/strongswan/strongswan-5.9.4.ebuild
+++ b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -138,6 +138,7 @@ src_configure() {
--enable-ikev2 \
--enable-swanctl \
--enable-socket-dynamic \
+ --enable-cmd \
$(use_enable curl) \
$(use_enable constraints) \
$(use_enable ldap) \