Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 375898 Details for
Bug 508906
app-emulation/emul-linux-x86-*: SYMLINK_LIB=no LIBDIR_x86=lib results in broken pkgconfig files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
emul-linux-x86.eclass.patch
emul-linux-x86.eclass.patch (text/plain), 469 bytes, created by
Alexander Tsoy
on 2014-04-27 20:42:22 UTC
(
hide
)
Description:
emul-linux-x86.eclass.patch
Filename:
MIME Type:
Creator:
Alexander Tsoy
Created:
2014-04-27 20:42:22 UTC
Size:
469 bytes
patch
obsolete
>--- emul-linux-x86.eclass.orig 2014-04-28 00:32:09.475780663 +0400 >+++ emul-linux-x86.eclass 2014-04-28 00:37:04.939977694 +0400 >@@ -80,6 +80,15 @@ > ln -sf "${tgt/lib32/${x86_libdir}}" "${sym}" || die > done < <(find -xtype l) > >+ if [[ -d pkgconfig ]] ; then >+ for _f in pkgconfig/*.pc ; do >+ [[ -f "$_f" ]] || continue >+ sed -i -r \ >+ -e "s:/lib32($|[[:space:]]|/):/${x86_libdir}\1:g" \ >+ "$_f" || die >+ done >+ fi >+ > popd >/dev/null > fi > }
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 508906
:
375896
|
375898