Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193138 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.3.ebuild
wget-kerberos-workaround-1.11.3.patch (text/plain), 597 bytes, created by
Christian Korff
on 2009-06-01 12:44:58 UTC
(
hide
)
Description:
patch for wget-1.11.3.ebuild
Filename:
MIME Type:
Creator:
Christian Korff
Created:
2009-06-01 12:44:58 UTC
Size:
597 bytes
patch
obsolete
>--- wget-1.11.3.ebuild.org 2009-06-01 16:37:01.673077602 +0200 >+++ wget-1.11.3.ebuild 2009-06-01 16:40:31.040566629 +0200 >@@ -24,7 +24,16 @@ > epatch "${FILESDIR}"/${PN}-1.11-linking.patch > } > >+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