Skip to content

Commit

Permalink
disable backtraces to fix build failure with libexecinfo installed
Browse files Browse the repository at this point in the history
reported by naddy.
  • Loading branch information
sthen committed Oct 27, 2008
1 parent fe828f9 commit a4d4fc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/elinks/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2008/08/21 01:12:35 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2008/10/27 14:00:17 sthen Exp $

COMMENT= full-featured text WWW browser
DISTNAME= elinks-0.11.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
MASTER_SITES= http://elinks.cz/download/

Expand All @@ -21,6 +22,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CONFIGURE_ARGS+= --with-bzlib \
--without-spidermonkey \
--disable-xbel \
--disable-backtrace \
--enable-gopher \
--with-libiconv=${LOCALBASE}
# don't hide compiler command lines
Expand Down

0 comments on commit a4d4fc0

Please sign in to comment.