Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 465392 Details for
Bug 583930
dev-lisp/sbcl-1.1.18 : /.../ld: x86-64-assem.o: relocation R_X86_64_32S against `all_threads' can not be used when making a shared object; recompile with -fPIC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sbcl-1.3.14-ebuild-bug-58930.patch
sbcl-1.3.14-ebuild-bug-58930.patch (text/plain), 1004 bytes, created by
Mark Wright
on 2017-02-27 13:52:46 UTC
(
hide
)
Description:
sbcl-1.3.14-ebuild-bug-58930.patch
Filename:
MIME Type:
Creator:
Mark Wright
Created:
2017-02-27 13:52:46 UTC
Size:
1004 bytes
patch
obsolete
>--- /usr/portage/dev-lisp/sbcl/sbcl-1.3.14.ebuild 2017-02-10 02:01:41.000000000 +1100 >+++ /usr/local/portage/dev-lisp/sbcl/sbcl-1.3.14.ebuild 2017-02-28 00:41:53.850272238 +1100 >@@ -93,6 +93,11 @@ > cd "${S}" > } > >+# Returns true if gcc builds PIEs >+my-gcc-specs-pie() { >+ gcc-specs-pie || [[ "$(gcc-major-version)" -ge 6 ]] >+} >+ > src_prepare() { > eapply "${FILESDIR}"/gentoo-fix_install_man.patch > # bug #468482 >@@ -102,17 +107,11 @@ > # bugs #560276, #561018 > eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch > # bug #599902, #607302 >- eapply "${FILESDIR}"/${PN}-1.3.14-config.patch >+ my-gcc-specs-pie || eapply "${FILESDIR}"/${PN}-1.3.14-config.patch > > eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch > eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch > >- # To make the hardened compiler NOT compile with -fPIE -pie >- if gcc-specs-pie ; then >- einfo "Disabling PIE..." >- eapply "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch >- fi >- > eapply_user > > # bug #526194
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 583930
:
435168
|
435170
|
435172
|
462362
|
462364
|
462366
|
462368
|
462370
|
465392
|
465452
|
465454