summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-26 21:01:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-26 21:01:05 +0000
commitfb4018fc99ddf3009b8fca5e58f118f1a1a21f4f (patch)
tree0db613cecd56d79ccd6b684b37961887cd1a2d2a /eclass/php.eclass
parentditch old broken ebuild (diff)
downloadhistorical-fb4018fc99ddf3009b8fca5e58f118f1a1a21f4f.tar.gz
historical-fb4018fc99ddf3009b8fca5e58f118f1a1a21f4f.tar.bz2
historical-fb4018fc99ddf3009b8fca5e58f118f1a1a21f4f.zip
add /proc check as suggested by mholzer on bug #32012
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index 204c3a3e2b29..8fb3a8720608 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.86 2003/10/26 09:41:07 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.87 2003/10/26 21:01:05 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
# This EBUILD is totally masked presently. Use it at your own risk. I know it
@@ -205,6 +205,8 @@ php_src_unpack() {
php_src_compile() {
[ -x "/usr/sbin/sendmail" ] || die "You need a virtual/mta that provides /usr/sbin/sendmail!"
+ [ -f "/proc/self/stat" ] || die "You need /proc mounted for configure to complete correctly!"
+
use java && php_check_java_config
if use berkdb; then