lynx: rebuild against OpenSSL
This commit is contained in:
parent
32ce09c3ae
commit
dd8796a4ec
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ pkgname=lynx
|
||||||
_distver=2.8.9
|
_distver=2.8.9
|
||||||
_patchver=1
|
_patchver=1
|
||||||
version="${_distver}.${_patchver}"
|
version="${_distver}.${_patchver}"
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="lynx${_distver}rel.${_patchver}"
|
wrksrc="lynx${_distver}rel.${_patchver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
|
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
|
||||||
makedepends="zlib-devel bzip2-devel ncurses-devel libressl-devel"
|
makedepends="zlib-devel bzip2-devel ncurses-devel openssl-devel"
|
||||||
short_desc="A text browser for the World Wide Web"
|
short_desc="A text browser for the World Wide Web"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue