Date: Wed, 8 Feb 2023 08:22:57 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 06089821bfec - main - math/PDL: mark broken on aarch64 too Message-ID: <202302080822.3188Mv38081044@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302080822.3188Mv38081044>