FreeBSD Bugzilla – Attachment 215458 Details for
Bug 234868
devel/p5-Data-MessagePack-Stream: fails to build on i386 with lld as system linker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
p5.diff (text/plain), 1003 bytes, created by
Mikael Urankar
on 2020-06-11 17:48:18 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2020-06-11 17:48:18 UTC
Size:
1003 bytes
patch
obsolete
>Index: devel/p5-Data-MessagePack-Stream/Makefile >=================================================================== >--- devel/p5-Data-MessagePack-Stream/Makefile (revision 538495) >+++ devel/p5-Data-MessagePack-Stream/Makefile (working copy) >@@ -10,10 +10,6 @@ > MAINTAINER= kuriyama@FreeBSD.org > COMMENT= Perl extension for yet another messagepack streaming deserializer > >-BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment >-.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld >-BROKEN_i386= ld: error: relocation R_386_PC32 cannot be used against symbol malloc >-.endif > BROKEN_mips= fails to build: atomic operations are not found > BROKEN_mips64= fails to build: atomic operations are not found > BROKEN_sparc64= fails to build: atomic operations are not found >@@ -24,7 +20,9 @@ > USE_PERL5= configure > MAKE_JOBS_UNSAFE= yes > >+CFLAGS_aarch64= -fPIC > CFLAGS_armv7= -fPIC >+CFLAGS_i386= -fPIC > CFLAGS_powerpc= -fPIC > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234868
: 215458