Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303501 Details for
Bug 406041
sys-libs/libfaketime-0.9 - date: symbol lookup error: /usr/lib/faketime/libfaketime.so.1: undefined symbol: dlsym
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fix --as-needed unneded usage
libfaketime09ebuildfix.patch (text/plain), 588 bytes, created by
master_volkov
on 2012-02-27 15:26:01 UTC
(
hide
)
Description:
Fix --as-needed unneded usage
Filename:
MIME Type:
Creator:
master_volkov
Created:
2012-02-27 15:26:01 UTC
Size:
588 bytes
patch
obsolete
>--- /usr/portage/sys-libs/libfaketime/libfaketime-0.9.ebuild 2012-01-15 13:06:19.000000000 +0400 >+++ /usr/local/portage/sys-libs/libfaketime/libfaketime-0.9.ebuild 2012-02-27 18:01:53.000000000 +0400 >@@ -4,7 +4,7 @@ > > EAPI=4 > >-inherit eutils toolchain-funcs multilib >+inherit eutils toolchain-funcs multilib flag-o-matic > > DESCRIPTION="Report faked system time to programs" > HOMEPAGE="http://www.code-wizards.com/projects/libfaketime/" >@@ -17,6 +17,10 @@ > > S=${WORKDIR} > >+pkg_setup() { >+ append-ldflags $(no-as-needed) >+} >+ > src_prepare() { > epatch "${FILESDIR}"/${P}-make.patch > }
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 Raw
Actions:
View
Attachments on
bug 406041
: 303501