summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_caucho/mod_caucho-3.1.0.ebuild')
-rw-r--r--www-apache/mod_caucho/mod_caucho-3.1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
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"
}