openvpn: remove no longer needed -llog flag

This commit is contained in:
Henrik Grimler 2020-01-11 10:00:00 +01:00 committed by Yaksh Bariya
parent 2626b63dcb
commit 2b0c9f74f7
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 4 deletions

View File

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://openvpn.net
TERMUX_PKG_DESCRIPTION="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=2.4.8
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://swupdate.openvpn.net/community/releases/openvpn-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=fb8ca66bb7807fff595fbdf2a0afd085c02a6aa47715c9aa3171002f9f1a3f91
TERMUX_PKG_DEPENDS="liblz4, liblzo, net-tools, openssl"
@ -21,10 +22,6 @@ IPROUTE=$TERMUX_PREFIX/bin/ip
NETSTAT=$TERMUX_PREFIX/bin/netstat
"
termux_step_pre_configure() {
export LIBS="-llog"
}
termux_step_post_make_install() {
# Examples.
install -d -m700 "$TERMUX_PREFIX/share/openvpn/examples"