From 27037736c6a4226b756ecfdf3b84cd29ddc2e453 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 16 Aug 2014 09:02:04 +0000 Subject: [PATCH] Fix bug in libexecinfo by using -fno-omit-framepointer PR: 191465 Approved by: maintainer timeout (2014-06-28) --- devel/libexecinfo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/libexecinfo/Makefile b/devel/libexecinfo/Makefile index aaa41ee43634..82f93e10431b 100644 --- a/devel/libexecinfo/Makefile +++ b/devel/libexecinfo/Makefile @@ -15,6 +15,7 @@ OPTIONS_DEFINE= DOCS USES= tar:bzip2 uidfix USE_LDCONFIG= yes +CPPFLAGS= -fno-omit-frame-pointer MAKE_FLAGS= LIBDIR=${PREFIX}/lib \ INCLUDEDIR=${PREFIX}/include