git: 060529900f14 - 2023Q1 - math/PDL: mark broken on aarch64 too
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 08:28:39 UTC
The branch 2023Q1 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=060529900f14f14db7997e3cbdd2eb01190b11cc commit 060529900f14f14db7997e3cbdd2eb01190b11cc Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2023-02-08 08:16:15 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2023-02-08 08:25:42 +0000 math/PDL: mark broken on aarch64 too (cherry picked from commit 06089821bfecd866ece648b7c52c11f94acd5655) --- math/PDL/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 4d0777102512..e1246cc39177 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -14,6 +14,7 @@ LICENSE_COMB= dual .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output .endif +BROKEN_aarch64= ld: error: relocation R_AARCH64_ADR_PREL_PG_HI21 cannot be used against symbol __stack_chk_guard; recompile with -fPIC BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \ p5-Pod-Parser>=0:textproc/p5-Pod-Parser \