summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authors3rj1k2021-02-15 23:24:18 +0200
committers3rj1k2021-02-15 23:24:18 +0200
commit3cfbec397f5838d489846fd03e612efaa820e36b (patch)
tree68c0b39a2f0abe1198ea19b245f1d9c8e9252e26 /PKGBUILD
parent316aecbbdad7d13a9c5f13b8ebdb6dbf1f075dc4 (diff)
downloadaur-3cfbec397f5838d489846fd03e612efaa820e36b.tar.gz
disable iproute2, use netlink directly
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbe253779299..3ecc99773c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openvpn-password-save
_pkgname=openvpn
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)'
arch=('x86_64')
url='https://openvpn.net/index.php/open-source.html'
@@ -45,7 +45,6 @@ build() {
"${srcdir}"/openvpn/configure \
--prefix=/usr \
--sbindir=/usr/bin \
- --enable-iproute2 \
--enable-pkcs11 \
--enable-plugins \
--enable-systemd \