mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +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
|
fi
|
||||||
|
|
||||||
if [ "$OPENVPN_SUPPORT" = yes ]; then
|
if [ "$OPENVPN_SUPPORT" = yes ]; then
|
||||||
CONNMAN_OPENVPN="--enable-openvpn"
|
CONNMAN_OPENVPN="--enable-openvpn --with-openvpn=/usr/sbin/openvpn"
|
||||||
export OVPN="/usr/sbin/openvpn"
|
|
||||||
else
|
else
|
||||||
CONNMAN_OPENVPN="--disable-openvpn"
|
CONNMAN_OPENVPN="--disable-openvpn"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user