git: 06089821bfec - main - math/PDL: mark broken on aarch64 too
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 08:22:57 UTC
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=06089821bfecd866ece648b7c52c11f94acd5655 commit 06089821bfecd866ece648b7c52c11f94acd5655 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:19:55 +0000 math/PDL: mark broken on aarch64 too --- math/PDL/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 4e0268df7c6f..5737f60c032a 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 \