mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
net-vpn/openvpn: wire up libselinux support too
Revbump needed as it already has a USe=selinux for policies. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -47,6 +47,7 @@ COMMON_DEPEND="
|
||||
openssl? ( >=dev-libs/openssl-1.0.2:0= )
|
||||
pam? ( sys-libs/pam )
|
||||
pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
systemd? ( sys-apps/systemd )
|
||||
dco? ( >=net-vpn/ovpn-dco-0.2 >=dev-libs/libnl-3.2.29:= )
|
||||
sys-libs/libcap-ng:=
|
||||
@@ -115,6 +116,7 @@ src_configure() {
|
||||
$(use_enable iproute2)
|
||||
$(use_enable pam plugin-auth-pam)
|
||||
$(use_enable down-root plugin-down-root)
|
||||
$(use_enable selinux)
|
||||
$(use_enable systemd)
|
||||
$(use_enable dco)
|
||||
)
|
||||
@@ -47,6 +47,7 @@ COMMON_DEPEND="
|
||||
openssl? ( >=dev-libs/openssl-1.0.2:0= )
|
||||
pam? ( sys-libs/pam )
|
||||
pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
systemd? ( sys-apps/systemd )
|
||||
dco? ( >=net-vpn/ovpn-dco-0.2 >=dev-libs/libnl-3.2.29:= )
|
||||
sys-libs/libcap-ng:=
|
||||
@@ -115,6 +116,7 @@ src_configure() {
|
||||
$(use_enable iproute2)
|
||||
$(use_enable pam plugin-auth-pam)
|
||||
$(use_enable down-root plugin-down-root)
|
||||
$(use_enable selinux)
|
||||
$(use_enable systemd)
|
||||
$(use_enable dco)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user