Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 411556 Details for
Bug 560134
dev-libs/libgpg-error fails to cross-compile for ARM
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild patch for dev-libs/libgpg-error-1.18
libgpg-error-1.18.ebuild.patch (text/plain), 623 bytes, created by
Vince C.
on 2015-09-10 16:47:26 UTC
(
hide
)
Description:
Ebuild patch for dev-libs/libgpg-error-1.18
Filename:
MIME Type:
Creator:
Vince C.
Created:
2015-09-10 16:47:26 UTC
Size:
623 bytes
patch
obsolete
>--- old/dev-libs/libgpg-error/libgpg-error-1.18.ebuild 2015-08-09 22:34:50.000000000 +0200 >+++ new/dev-libs/libgpg-error/libgpg-error-1.18.ebuild 2015-09-10 18:28:01.182661763 +0200 >@@ -33,6 +33,11 @@ > src_prepare() { > epatch_user > elibtoolize >+ >+ # BUG #560134: missing triplet files (only Debian-like triplets listed) >+ ln -s lock-obj-pub.arm-unknown-linux-gnueabihf.h ${S}/src/syscfg/lock-obj-pub.armv7a-hardfloat-linux-gnueabi.h >+ ln -s lock-obj-pub.arm-unknown-linux-gnueabi.h ${S}/src/syscfg/lock-obj-pub.armv7a-softfloat-linux-gnueabi.h >+ # TODO: Add remaining target triplets ... > } > > multilib_src_configure() {
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 560134
:
411534
|
411542
|
411544
|
411546
| 411556