diff options
author | Dennis Eisele <kernlpanic@dennis-eisele.de> | 2022-01-05 23:47:33 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-06 19:33:25 +0100 |
commit | 9a21f19e85788b98db74829812e86dba7ac0df21 (patch) | |
tree | ba49f36eaf12bcf72c88a6f6b37466dfb6430c08 /net-vpn/strongswan | |
parent | dev-python/typed-ast: Stabilize 1.5.1 hppa, #830547 (diff) | |
download | gentoo-9a21f19e85788b98db74829812e86dba7ac0df21.tar.gz gentoo-9a21f19e85788b98db74829812e86dba7ac0df21.tar.bz2 gentoo-9a21f19e85788b98db74829812e86dba7ac0df21.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>
Diffstat (limited to 'net-vpn/strongswan')
-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) \ |