lynx: add ipv6 support

This commit is contained in:
Enno Boland 2014-05-18 19:35:42 +02:00
parent 080848d404
commit 3455f5fac9
1 changed files with 1 additions and 2 deletions

View File

@ -6,10 +6,9 @@ build_style=gnu-configure
short_desc="A text browser for the World Wide Web"
maintainer="Enno Boland <eb@s01.de>"
makedepends="ncurses-devel openssl-devel"
hostmakedepends="pkg-config"
license="GPL"
homepage="http://lynx.isc.org"
distfiles="http://lynx.isc.org/${pkgname}${version}/${pkgname}${version}.tar.gz"
checksum=234c9dc77d4c4594ad6216d7df4d49eae3019a3880e602f39721b35b97fbc408
wrksrc=${pkgname}${version//./-}
configure_args="--with-ssl"
configure_args=" --with-ssl --enable-ipv6"