Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 350414 Details for
Bug 472680
dev-db/sqlite[icu] failed to link; libstdc++.so.6 not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file for fixing linker error with cross compiler
fix-cross-compile.patch (text/plain), 440 bytes, created by
Simon Maurer
on 2013-06-08 16:19:11 UTC
(
hide
)
Description:
patch file for fixing linker error with cross compiler
Filename:
MIME Type:
Creator:
Simon Maurer
Created:
2013-06-08 16:19:11 UTC
Size:
440 bytes
patch
obsolete
>--- sqlite-3.7.17.ebuild.old 2013-06-08 17:58:35.572476927 +0200 >+++ sqlite-3.7.17.ebuild 2013-06-08 18:00:30.800758509 +0200 >@@ -89,6 +89,8 @@ > > if use icu; then > append-cppflags -DSQLITE_ENABLE_ICU >+ #sqlite will be linked with gcc, but icu is a cpp-library so stdc++ must be added >+ append-ldflags -Wl,-lstdc++ > if amalgamation; then > sed -e "s/LIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed" > else
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 472680
: 350414 |
350494