diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-12-08 11:45:52 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-12-08 11:45:52 +0000 |
| commit | 8817d9eafffe910e674dd740182d9d603ef52e56 (patch) | |
| tree | 10427f842eaf19b62b1dd7929ae92f3cf3d6a5a8 | |
| parent | 2a3fcae748bf785718234d5dd2c68849db53c8aa (diff) | |
devel/uv: Broken on armv7
Reported by: fallout
| -rw-r--r-- | devel/uv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7694b92f7f1b..464d76114402 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -14,6 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_armv7= compilation fails: rustc-LLVM ERROR: out of memory BROKEN_i386= compilation of the libopenssl_sys-abc7d27a34743709 crate fails: ld: error: undefined symbol: __atomic_is_lock_free, etc LIB_DEPENDS= libgit2.so:devel/libgit2 \ |
