diff options
author | Juergen Daubert <jue@jue.li> | 2015-03-05 15:15:53 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-03-05 15:15:53 +0100 |
commit | 7ab99f4f741a197c76fc2f5e5f06526cd2525024 (patch) | |
tree | 7e35e8d65f1363b6d1aa9a23464bfff613d5793d /elinks | |
parent | d64d591e8b7605c507ac74391702803168fac55b (diff) | |
download | opt-7ab99f4f741a197c76fc2f5e5f06526cd2525024.tar.gz opt-7ab99f4f741a197c76fc2f5e5f06526cd2525024.tar.xz |
elinks: explicit disable lua support
Diffstat (limited to 'elinks')
-rw-r--r-- | elinks/Pkgfile | 4 |
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 |