Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193134 Details for
Bug 272076
net-misc/wget ebuilds ignore that mit-krb5 doesn't provide static libs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for wget-1.11-r1.ebuild
wget-kerberos-workaround-1.11-r1.patch (text/plain), 613 bytes, created by
Christian Korff
on 2009-06-01 12:35:58 UTC
(
hide
)
Description:
patch for wget-1.11-r1.ebuild
Filename:
MIME Type:
Creator:
Christian Korff
Created:
2009-06-01 12:35:58 UTC
Size:
613 bytes
patch
obsolete
>--- wget-1.11-r1.ebuild.org 2009-06-01 16:28:42.119103496 +0200 >+++ wget-1.11-r1.ebuild 2009-06-01 16:33:16.540620800 +0200 >@@ -25,7 +25,16 @@ > epatch "${FILESDIR}"/${P}-progress-bar-assert.patch #208484 > } > >+check_for_kerberos() { >+ if built_with_use dev-libs/openssl kerberos; then >+ eerror "Please remove the static USE flag set for wget" >+ die "wget can't be statically linked due to missing static kerberos libs" >+ fi >+} >+ > src_compile() { >+ use ssl && use static && check_for_kerberos >+ > # openssl-0.9.8 now builds with -pthread on the BSD's > use elibc_FreeBSD && use ssl && append-ldflags -pthread >
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 272076
:
193128
|
193130
|
193132
| 193134 |
193136
|
193138
|
193140