Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326818 Details for
Bug 438776
www-apache/mod_gnutls-0.5.10 - gnutls_hooks.c:753:7: error: 'conn_rec' has no member named 'remote_addr'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_gnutls-0.5.10.ebuild
mod_gnutls-0.5.10.ebuild (text/plain), 1010 bytes, created by
Joerg Neikes
on 2012-10-18 09:19:55 UTC
(
hide
)
Description:
mod_gnutls-0.5.10.ebuild
Filename:
MIME Type:
Creator:
Joerg Neikes
Created:
2012-10-18 09:19:55 UTC
Size:
1010 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.10.ebuild,v 1.1 2012/10/12 07:02:10 patrick Exp $ > >EAPI="3" > >inherit apache-module ssl-cert > >DESCRIPTION="mod_gnutls uses GnuTLS to provide SSL/TLS encryption for Apache2, similarly to mod_ssl" >HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_gnutls/" >SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~sparc ~x86" >IUSE="" > >DEPEND=">=net-libs/gnutls-2.10.0" >RDEPEND="${DEPEND}" > >APACHE2_MOD_CONF="47_${PN}" >APACHE2_MOD_DEFINE="GNUTLS" > >DOCFILES="NEWS NOTICE README README.ENV" > >inherit eutils > >need_apache2 > >src_prepare() { > epatch_user >} > > >src_configure() { > econf --with-apxs="${APXS}" >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > mv -f src/.libs/libmod_gnutls.so src/.libs/${PN}.so > keepdir /var/cache/${PN} > apache-module_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 Raw
Actions:
View
Attachments on
bug 438776
:
326816
|
326818