Link against libexecinfo for backtrace as per suggestion from wiz in

http://mail-index.netbsd.org/pkgsrc-users/2012/06/21/msg016616.html
This commit is contained in:
prlw1 2012-06-22 16:06:32 +00:00
parent b397f42157
commit ee0c5a53b8

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.126 2012/06/14 07:43:16 sbd Exp $
# $NetBSD: Makefile,v 1.127 2012/06/22 16:06:32 prlw1 Exp $
#
DISTNAME= epiphany-2.30.6
@ -22,6 +22,13 @@ USE_LANGUAGES= c c++
# see pkgsrc/security/mozilla-rootcerts
CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt
.include "../../mk/bsd.prefs.mk"
# for backtrace
.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
LIBS+= -lexecinfo
.endif
PKGCONFIG_OVERRIDE= data/epiphany.pc.in
.include "options.mk"