Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 544738 Details for
Bug 664394
=app-emulation/lxd-3.4: fails to find libdqlite.so.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lxd-3.4_ebuild-inject-rpath-into-lxd.patch
lxd-3.4_ebuild-inject-rpath-into-lxd.patch (text/plain), 655 bytes, created by
Greg Turner
on 2018-08-23 22:51:05 UTC
(
hide
)
Description:
lxd-3.4_ebuild-inject-rpath-into-lxd.patch
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2018-08-23 22:51:05 UTC
Size:
655 bytes
patch
obsolete
>--- lxd-3.4.ebuild.orig 2018-08-19 15:39:17.000000000 -0700 >+++ lxd-3.4.ebuild 2018-08-23 14:53:54.093299274 -0700 >@@ -122,7 +122,7 @@ src_compile() { > # LXD depends on a patched, bundled sqlite with replication > # capabilities. > export CGO_CFLAGS="-I${GOPATH}/sqlite/ -I${GOPATH}/dqlite/include/" >- export CGO_LDFLAGS="-L${GOPATH}/sqlite/.libs/ -L${GOPATH}/dqlite/.libs/" >+ export CGO_LDFLAGS="-L${GOPATH}/sqlite/.libs/ -L${GOPATH}/dqlite/.libs/ -Wl,-rpath,${EPREFIX}/usr/lib/lxd" > export LD_LIBRARY_PATH="${GOPATH}/sqlite/.libs/:${GOPATH}/dqlite/.libs/" > > go install -v -x -tags libsqlite3 ${EGO_PN}/lxd || die "Failed to build the daemon"
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 664394
: 544738