Skip to content

Commit

Permalink
math/PDL: mark broken on aarch64 too
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Feb 8, 2023
1 parent 0608981 commit 0608982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/PDL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0608982

Please sign in to comment.