Exactly disable lzma support, workaround of PR#43096.
This commit is contained in:
parent
9ecd7a9b62
commit
d57d2d8ed1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.43 2009/10/06 10:23:45 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2010/04/01 10:42:37 obache Exp $
|
||||
|
||||
DISTNAME= elinks-0.12pre2
|
||||
PKGNAME= ${DISTNAME:S/pre/rc/}
|
||||
|
@ -21,6 +21,7 @@ USE_TOOLS+= gmake
|
|||
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
|
||||
CONFIGURE_ARGS+= --enable-256-colors
|
||||
CONFIGURE_ARGS+= --enable-utf-8
|
||||
CONFIGURE_ARGS+= --without-lzma
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue