Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 534314 Details for
Bug 655972
net-misc/icaclient links against old libidn libraries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible workaround
patch (text/plain), 811 bytes, created by
Nick Bowler
on 2018-05-31 18:19:53 UTC
(
hide
)
Description:
Possible workaround
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2018-05-31 18:19:53 UTC
Size:
811 bytes
patch
obsolete
>diff --git a/icaclient-13.9.1.6.ebuild b/icaclient-13.9.1.6-r1.ebuild >index 6fc5413c637f..44348cc0bfad 100644 >--- a/icaclient-13.9.1.6.ebuild >+++ b/icaclient-13.9.1.6-r1.ebuild >@@ -39,7 +39,6 @@ RDEPEND=" > media-libs/libogg > media-libs/libvorbis > media-libs/speex >- net-dns/libidn > net-libs/libsoup:2.4 > sys-libs/e2fsprogs-libs > sys-libs/zlib >@@ -57,7 +56,7 @@ RDEPEND=" > x11-libs/libXt > x11-libs/pango > " >-DEPEND="" >+DEPEND="dev-util/patchelf" > > pkg_nofetch() { > elog "Download the client file ${A} from >@@ -84,6 +83,12 @@ pkg_setup() { > src_prepare() { > default > rm lib/UIDialogLibWebKit.so || die >+ >+ for f in AuthManagerDaemon PrimaryAuthManager ServiceRecord \ >+ selfservice util/storebrowse wfica >+ do >+ patchelf --remove-needed libidn.so.11 "$f" || die >+ done > } > > src_install() {
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 655972
: 534314