Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45969 Details for
Bug 74367
bitlbee should optionally compile against openssl instead of gnutls
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to bitlbee-0.91-r1
bitlbee.patch (text/plain), 996 bytes, created by
Marien Zwart (RETIRED)
on 2004-12-14 05:19:10 UTC
(
hide
)
Description:
patch to bitlbee-0.91-r1
Filename:
MIME Type:
Creator:
Marien Zwart (RETIRED)
Created:
2004-12-14 05:19:10 UTC
Size:
996 bytes
patch
obsolete
>--- /usr/portage/net-im/bitlbee/bitlbee-0.91-r1.ebuild 2004-11-24 16:45:14.000000000 +0100 >+++ /usr/local/portage/net-im/bitlbee/bitlbee-0.91-r1.ebuild 2004-12-14 14:15:00.662018952 +0100 >@@ -11,12 +11,16 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="x86 ~ppc sparc alpha ~ia64 ~amd64" >-IUSE="debug jabber msn oscar yahoo flood ssl" >+IUSE="debug jabber msn oscar yahoo flood ssl gnutls" > > DEPEND="virtual/libc > >=dev-libs/glib-2.0 >- msn? ( net-libs/gnutls ) >- jabber? ( ssl? ( net-libs/gnutls ) )" >+ msn? ( >+ gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl ) >+ ) >+ jabber? ( ssl? ( >+ gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl ) >+ ) )" > > no_flags_die() { > eerror "" >@@ -54,7 +58,11 @@ > use flood && myconf="${myconf} --flood=1" > > if ( ( use jabber && use ssl ) || use msn ); then >- myconf="${myconf} --ssl=gnutls" >+ if use gnutls; then >+ myconf="${myconf} --ssl=gnutls" >+ else >+ myconf="${myconf} --ssl=openssl" >+ fi > else > myconf="${myconf} --ssl=bogus" > fi
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 74367
: 45969