Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184723 Details for
Bug 262042
Fix cross-compile relink in libtool eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reworked libtool patch
libtool-crosscompile-categorie.patch (text/plain), 891 bytes, created by
Sven 'sleipnir' Rebhan
on 2009-03-11 18:17:40 UTC
(
hide
)
Description:
Reworked libtool patch
Filename:
MIME Type:
Creator:
Sven 'sleipnir' Rebhan
Created:
2009-03-11 18:17:40 UTC
Size:
891 bytes
patch
obsolete
>--- libtool.eclass 2009-03-10 20:46:08.000000000 +0000 >+++ libtool.eclass.new 2009-03-11 18:14:28.000000000 +0000 >@@ -15,6 +15,8 @@ > > ELIBTOOL_VERSION="2.0.2" > >+inherit toolchain-funcs >+ > ELT_PATCH_DIR="${ECLASSDIR}/ELT-patches" > ELT_APPLIED_PATCHES= > ELT_LTMAIN_SH= >@@ -122,7 +124,7 @@ > local do_uclibc="yes" > local deptoremove= > local my_dirlist= >- local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp" >+ local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp cross" > local start_dir=${PWD} > > my_dirlist=$(ELT_find_ltmain_sh) >@@ -265,6 +267,12 @@ > ELT_walk_patches "${x}/install-sh" "${y}" > ret=$? > ;; >+ "cross") >+ if tc-is-cross-compiler; then >+ ELT_walk_patches "${x}/ltmain.sh" "${y}" >+ ret=$? >+ fi >+ ;; > *) > ELT_walk_patches "${x}/ltmain.sh" "${y}" > ret=$?
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 262042
:
184614
|
184616
| 184723