Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354818 Details for
Bug 478230
sys-freebsd/freebsd-lib? : media-video/vlc cause Segmentation fault: 11, enabled relro.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for toolchain-binutils.eclass
478230.patch (text/plain), 588 bytes, created by
Yuta SATOH
on 2013-08-01 12:57:57 UTC
(
hide
)
Description:
sample patch for toolchain-binutils.eclass
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-08-01 12:57:57 UTC
Size:
588 bytes
patch
obsolete
>diff --git a/toolchain-binutils.eclass b/toolchain-binutils.eclass >index a486ab1..7021504 100644 >--- a/toolchain-binutils.eclass >+++ b/toolchain-binutils.eclass >@@ -150,6 +150,10 @@ tc-binutils_apply_patches() { > # remove gnu-hash for mips (bug #233233) > EPATCH_EXCLUDE+=" 77_all_generate-gnu-hash.patch" > fi >+ if [[ ${CTARGET} == *freebsd* ]] ; then >+ # remove relro for FreeBSD (bug #478230) >+ EPATCH_EXCLUDE+=" 78_all_use-relro.patch" >+ fi > [[ -n $(ls "${EPATCH_SOURCE}"/*.bz2 2>/dev/null) ]] \ > && EPATCH_SUFFIX="patch.bz2" \ > || EPATCH_SUFFIX="patch"
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 478230
: 354818