Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184616 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]
Actual fix to libtool/ltmain.sh
2.2.6 (text/plain), 765 bytes, created by
Sven 'sleipnir' Rebhan
on 2009-03-10 21:21:39 UTC
(
hide
)
Description:
Actual fix to libtool/ltmain.sh
Filename:
MIME Type:
Creator:
Sven 'sleipnir' Rebhan
Created:
2009-03-10 21:21:39 UTC
Size:
765 bytes
patch
obsolete
>--- libltdl/config/ltmain.sh 2008-09-07 19:56:33.000000000 +0200 >+++ libltdl/config/ltmain.sh.new 2009-02-15 20:37:47.000000000 +0100 >@@ -5768,7 +5768,7 @@ > test "$hardcode_direct_absolute" = no; then > add="$libdir/$linklib" > elif test "$hardcode_minus_L" = yes; then >- add_dir="-L$libdir" >+ add_dir="-L$ROOT/$libdir" > add="-l$name" > elif test "$hardcode_shlibpath_var" = yes; then > case :$finalize_shlibpath: in >@@ -5785,7 +5785,7 @@ > fi > else > # We cannot seem to hardcode it, guess we'll fake it. >- add_dir="-L$libdir" >+ add_dir="-L$ROOT/$libdir" > # Try looking first in the location we're being installed to. > if test -n "$inst_prefix_dir"; then > case $libdir in
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