summaryrefslogtreecommitdiff
path: root/elinks
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-03-05 15:15:53 +0100
committerJuergen Daubert <jue@jue.li>2015-03-05 15:15:53 +0100
commit7ab99f4f741a197c76fc2f5e5f06526cd2525024 (patch)
tree7e35e8d65f1363b6d1aa9a23464bfff613d5793d /elinks
parentd64d591e8b7605c507ac74391702803168fac55b (diff)
downloadopt-7ab99f4f741a197c76fc2f5e5f06526cd2525024.tar.gz
opt-7ab99f4f741a197c76fc2f5e5f06526cd2525024.tar.xz
elinks: explicit disable lua support
Diffstat (limited to 'elinks')
-rw-r--r--elinks/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/elinks/Pkgfile b/elinks/Pkgfile
index 64f631096..3f4a36a5c 100644
--- a/elinks/Pkgfile
+++ b/elinks/Pkgfile
@@ -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

Generated by cgit