git: c25abe164af0 - main - finance/electrs: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jan 2025 09:51:53 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c25abe164af03748c8c2aad20498db94b3fb4aa8 commit c25abe164af03748c8c2aad20498db94b3fb4aa8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-04 09:50:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-04 09:50:21 +0000 finance/electrs: Broken on armv7 Reported by: fallout --- finance/electrs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/finance/electrs/Makefile b/finance/electrs/Makefile index 698973b1532e..0954f9215fa0 100644 --- a/finance/electrs/Makefile +++ b/finance/electrs/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/romanz/electrs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= link fails: error: undefined symbol: _Unwind_SjLj_Register, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283841 + LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo llvm