Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92565 Details for
Bug 107284
Build of mod_jk fails, libtool problem, unable to infer tagged configuration
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update autotools to fix libtool issue
mod_jk-1.2.15-update-autotools.patch (text/plain), 856 bytes, created by
Daniel Westermann-Clark
on 2006-07-23 11:17:22 UTC
(
hide
)
Description:
Update autotools to fix libtool issue
Filename:
MIME Type:
Creator:
Daniel Westermann-Clark
Created:
2006-07-23 11:17:22 UTC
Size:
856 bytes
patch
obsolete
>--- /usr/portage/www-apache/mod_jk/mod_jk-1.2.15.ebuild 2006-07-23 05:31:44.000000000 -0400 >+++ mod_jk-1.2.15.ebuild 2006-07-23 14:11:03.000000000 -0400 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.15.ebuild,v 1.1 2006/07/23 09:31:44 nelchael Exp $ > >-inherit apache-module java-utils-2 >+inherit apache-module autotools java-utils-2 > > MY_P="jakarta-tomcat-connectors-${PV}-src" > >@@ -30,6 +30,13 @@ > > need_apache > >+src_unpack() { >+ unpack ${A} >+ cd ${S} >+ >+ eautoreconf >+} >+ > src_compile() { > local apxs > local java_args >@@ -42,7 +49,7 @@ > --with-apr-config=/usr/bin/apr-config \ > ${java_args} \ > || die "econf failed" >- emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "make failed" >+ emake || die "make failed" > } > > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 107284
: 92565