mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/openconnect: switch from gnutls to openssl
This commit is contained in:
parent
98988f7e36
commit
62a04524ae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user