diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-02 04:03:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-02 04:03:44 +0000 |
commit | 6a9ee026ff9b1d0d724912b103e09f5c9071763e (patch) | |
tree | 757267d8dad0344c433f1f804af629f4253a3c26 /eclass | |
parent | fixed license (diff) | |
download | gentoo-2-6a9ee026ff9b1d0d724912b103e09f5c9071763e.tar.gz gentoo-2-6a9ee026ff9b1d0d724912b103e09f5c9071763e.tar.bz2 gentoo-2-6a9ee026ff9b1d0d724912b103e09f5c9071763e.zip |
Remeber java check
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index bef155ca9555..eda55bac555d 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.30 2003/06/01 20:15:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.31 2003/06/02 04:03:44 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -209,6 +209,8 @@ php_src_compile() { [ -x "/usr/sbin/sendmail" ] || die "You need a virtual/mta that provides /usr/sbin/sendmail!" + php_check_java_config + # BerkDB is disabled due to DB4 and changes in PHP4.3.2 myconf="${myconf} --without-db3 --without-db4 --without-db2" if use berkdb; then |