mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman: fix build with 'openvpn' support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1309b2f43b
commit
bb14abbcd9
@ -31,8 +31,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$OPENVPN_SUPPORT" = yes ]; then
|
||||
CONNMAN_OPENVPN="--enable-openvpn"
|
||||
export OVPN="/usr/sbin/openvpn"
|
||||
CONNMAN_OPENVPN="--enable-openvpn --with-openvpn=/usr/sbin/openvpn"
|
||||
else
|
||||
CONNMAN_OPENVPN="--disable-openvpn"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user