mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
openfortivpn: rebuild against OpenSSL
This commit is contained in:
parent
2eda07e229
commit
03787ee14e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openfortivpn'
|
# Template file for 'openfortivpn'
|
||||||
pkgname=openfortivpn
|
pkgname=openfortivpn
|
||||||
version=1.16.0
|
version=1.16.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--enable-proc
|
--enable-proc
|
||||||
|
@ -11,7 +11,7 @@ configure_args="
|
||||||
--with-resolvconf=/usr/bin/resolvconf
|
--with-resolvconf=/usr/bin/resolvconf
|
||||||
--with-rt_dst"
|
--with-rt_dst"
|
||||||
hostmakedepends="autoconf automake pkg-config"
|
hostmakedepends="autoconf automake pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Client for PPP+SSL VPN tunnel services"
|
short_desc="Client for PPP+SSL VPN tunnel services"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue