aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openconnect
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openconnect')
-rw-r--r--testing/openconnect/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/openconnect/APKBUILD b/testing/openconnect/APKBUILD
index ec1fd15234..d916443296 100644
--- a/testing/openconnect/APKBUILD
+++ b/testing/openconnect/APKBUILD
@@ -9,7 +9,7 @@ url="http://www.infradead.org/openconnect/"
arch="all"
license="LGPL-2.1"
depends="vpnc iproute2"
-makedepends="autoconf automake intltool gnutls-dev libxml2-dev
+makedepends="autoconf automake intltool openssl-dev libxml2-dev
krb5-dev lz4-dev libproxy-dev linux-headers stoken-dev
pcsc-lite-dev oath-toolkit-dev python-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-openrc"
@@ -26,7 +26,9 @@ build() {
--sbindir=/usr/bin \
--disable-static \
--disable-rpath \
- --with-gnutls \
+ --with-openssl \
+ --with-stoken \
+ --with-pcsclite \
--with-vpnc-script=/etc/vpnc/vpnc-script \
--disable-nls
make