diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-04-14 19:49:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-04-14 19:49:17 +0000 |
commit | b9ff84e69457ff46b4a6572a8d2d7639727044c5 (patch) | |
tree | 3d6834cd48085dc76a260775ff8440baf8d21582 /www-apache | |
parent | Migrate to splitted ant. (diff) | |
download | gentoo-2-b9ff84e69457ff46b4a6572a8d2d7639727044c5.tar.gz gentoo-2-b9ff84e69457ff46b4a6572a8d2d7639727044c5.tar.bz2 gentoo-2-b9ff84e69457ff46b4a6572a8d2d7639727044c5.zip |
Pass --disable-jni to configure script.
(Portage version: 2.1.2.3)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_caucho/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-3.0.22.ebuild | 5 | ||||
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-3.1.0.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www-apache/mod_caucho/ChangeLog b/www-apache/mod_caucho/ChangeLog index 37169bed772b..361927124c1e 100644 --- a/www-apache/mod_caucho/ChangeLog +++ b/www-apache/mod_caucho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_caucho # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.14 2007/04/13 14:55:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.15 2007/04/14 19:49:17 nelchael Exp $ + + 14 Apr 2007; Krzysiek Pawlik <nelchael@gentoo.org> + mod_caucho-3.0.22.ebuild, mod_caucho-3.1.0.ebuild: + Pass --disable-jni to configure script. 13 Apr 2007; Krzysiek Pawlik <nelchael@gentoo.org> +files/mod_caucho-3.1.0-ssl.patch, mod_caucho-3.1.0.ebuild: diff --git a/www-apache/mod_caucho/mod_caucho-3.0.22.ebuild b/www-apache/mod_caucho/mod_caucho-3.0.22.ebuild index 071790000da8..b167a8c196db 100644 --- a/www-apache/mod_caucho/mod_caucho-3.0.22.ebuild +++ b/www-apache/mod_caucho/mod_caucho-3.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.22.ebuild,v 1.6 2007/04/13 14:45:38 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.22.ebuild,v 1.7 2007/04/14 19:49:17 nelchael Exp $ inherit eutils apache-module autotools @@ -32,9 +32,8 @@ src_unpack() { } src_compile() { - econf --with-apxs=${APXS2} || die "econf failed" + econf --disable-jni --with-apxs=${APXS2} || die "econf failed" - emake -j1 -C "${S}/modules/c/src/common/" || die "emake failed" emake -j1 -C "${S}/modules/c/src/apache2/" || die "emake failed" } diff --git a/www-apache/mod_caucho/mod_caucho-3.1.0.ebuild b/www-apache/mod_caucho/mod_caucho-3.1.0.ebuild index e3522e7ec910..29ef8f143a67 100644 --- a/www-apache/mod_caucho/mod_caucho-3.1.0.ebuild +++ b/www-apache/mod_caucho/mod_caucho-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.0.ebuild,v 1.4 2007/04/13 14:55:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.0.ebuild,v 1.5 2007/04/14 19:49:17 nelchael Exp $ inherit eutils apache-module autotools @@ -35,9 +35,8 @@ src_unpack() { } src_compile() { - econf --with-apxs=${APXS2} || die "econf failed" + econf --disable-jni --with-apxs=${APXS2} || die "econf failed" - emake -j1 -C "${S}/modules/c/src/common/" || die "emake failed" emake -j1 -C "${S}/modules/c/src/apache2/" || die "emake failed" } |