testing/openconnect: switch from gnutls to openssl

This commit is contained in:
Francesco Colista 2019-03-28 10:37:34 +00:00
parent 98988f7e36
commit 62a04524ae

View File

@ -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