elinks: explicit disable lua support

This commit is contained in:
Juergen Daubert 2015-03-05 15:15:53 +01:00
parent d64d591e8b
commit 7ab99f4f74

@ -5,7 +5,7 @@
name=elinks
version=20150225
release=1
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
build () {
@ -20,7 +20,7 @@ build () {
--enable-html-highlight \
--disable-nls \
--with-zlib \
--without-{x,bzlib}
--without-{x,bzlib,lua}
make
make DESTDIR=$PKG install