Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77164 Details for
Bug 118948
mod_python-3.1.4-r1 doesn't compile.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to 3.1.4-r1 ebuild applying the previous patch and rerunning autoconf
mod_python-ebuild.patch (text/plain), 1.01 KB, created by
Marien Zwart (RETIRED)
on 2006-01-15 05:48:28 UTC
(
hide
)
Description:
Patch to 3.1.4-r1 ebuild applying the previous patch and rerunning autoconf
Filename:
MIME Type:
Creator:
Marien Zwart (RETIRED)
Created:
2006-01-15 05:48:28 UTC
Size:
1.01 KB
patch
obsolete
>Index: mod_python-3.1.4-r1.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.4-r1.ebuild,v >retrieving revision 1.6 >diff -u -B -r1.6 mod_python-3.1.4-r1.ebuild >--- mod_python-3.1.4-r1.ebuild 28 Dec 2005 16:21:07 -0000 1.6 >+++ mod_python-3.1.4-r1.ebuild 15 Jan 2006 13:46:45 -0000 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.4-r1.ebuild,v 1.6 2005/12/28 16:21:07 blubb Exp $ > >-inherit python eutils apache-module >+inherit python eutils apache-module autotools > > DESCRIPTION="An Apache2 DSO providing an embedded Python interpreter" > HOMEPAGE="http://www.modpython.org/" >@@ -32,6 +32,10 @@ > if has_version ">=dev-lang/python-2.3"; then > sed -ie 's:LONG_LONG:PY_LONG_LONG:g' "${S}/src/requestobject.c" > fi >+ >+ # fix configure with bash 3.1 >+ epatch "${FILESDIR}/${P}-configure-bash-3.1.patch" >+ eautoconf > } > > src_compile() {
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 118948
:
77046
|
77162
| 77164