lynx: enabled ncursesw

This commit is contained in:
Danny Rawlins 2013-06-01 11:31:46 +10:00
parent 1eee3f60be
commit 62a7b4662e

View File

@ -6,7 +6,7 @@
name=lynx
version=2.8.7
release=4
release=5
source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2)
build() {
@ -18,7 +18,8 @@ build() {
--enable-color-style \
--enable-ipv6 \
--with-ssl=/usr/lib \
--with-zlib
--with-zlib \
--with-screen=ncursesw
make
make -j 1 DESTDIR=$PKG install