pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libre: depends on libexecinfo for btrace module



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jul 18 10:05:51 2022 +0200
Changeset:	b363f9b00bc60b71ca66d4213953d22d7aa9b386

Modified Files:
	libre/Makefile

Log Message:
libre: depends on libexecinfo for btrace module

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b363f9b00bc60b71ca66d4213953d22d7aa9b386

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libre/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/libre/Makefile b/libre/Makefile
index ee883b984b..fc65c3c4dc 100644
--- a/libre/Makefile
+++ b/libre/Makefile
@@ -30,7 +30,10 @@ SUBST_MESSAGE.re=	Fixing PREFIX path.
 SUBST_SED.re=		-e "s|/usr/local|${PREFIX}|g"
 SUBST_STAGE.re=		pre-build
 
+MAKE_FLAGS+=		EXTRA_LFLAGS="${BUILDLINK_LDADD.libexecinfo}"
+
 post-install:
 	${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libre.a
 
+.include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index