git: a66e8ac1f255 - main - devel/xmake-io: link -lexecinfo to avoid build error

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Mon, 19 Jan 2026 20:27:17 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a66e8ac1f255171cad2daf37801a397e1aa71734

commit a66e8ac1f255171cad2daf37801a397e1aa71734
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2026-01-19 19:55:32 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2026-01-19 20:27:12 +0000

    devel/xmake-io: link -lexecinfo to avoid build error
    
    [00:00:10] linking.release build/xmake
    [00:00:10] ld: error: undefined reference: backtrace
    [00:00:10] >>> referenced by /usr/local/lib/libtbox.so (disallowed by --no-allow-shlib-undefined)
---
 devel/xmake-io/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/xmake-io/Makefile b/devel/xmake-io/Makefile
index 47fdb4d099ab..f3b5832a2754 100644
--- a/devel/xmake-io/Makefile
+++ b/devel/xmake-io/Makefile
@@ -15,6 +15,8 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libsv.so:devel/sv \
 		libtbox.so:devel/tbox
 
+LDFLAGS+=	-lexecinfo
+
 USES=		gmake lua:54 luajit pkgconfig readline
 USE_GITHUB=	yes
 GH_PROJECT=	xmake