math/p5-Math-Pari: set LLD_UNSAFE to avoid linking with lld
lld defaults to disallowing relocations in readonly segments (e.g., the one containing .text). For now just fall back to linking with ld.bfd if the system ld is lld. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c891b262d4
commit
3d47bbff06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457373
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ LIB_DEPENDS= libgmp.so:math/gmp
|
|||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
LLD_UNSAFE= yes # lld defaults to -ztext
|
||||
|
||||
PARI_WRKSRC= ${WRKDIR}/pari-2.3.5
|
||||
|
||||
|
|
Loading…
Reference in a new issue