summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-09-25 15:21:22 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-09-25 15:21:22 +0000
commite6d6973041997d432ae3b1668ddd0963547f6fca (patch)
tree368950f39b44a804f7325dd4c0c9d58e1221c3c9 /eclass/php5_0-sapi.eclass
parentRemove gcc 3.4 flag -mno-tls-direct-seg-refs, bug #103827 (diff)
downloadgentoo-2-e6d6973041997d432ae3b1668ddd0963547f6fca.tar.gz
gentoo-2-e6d6973041997d432ae3b1668ddd0963547f6fca.tar.bz2
gentoo-2-e6d6973041997d432ae3b1668ddd0963547f6fca.zip
Fix automake errors. Patch by Luca Longinotti (CHTEKK).
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r--eclass/php5_0-sapi.eclass10
1 files changed, 8 insertions, 2 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass
index 0f323fb8e2e7..75182c59d180 100644
--- a/eclass/php5_0-sapi.eclass
+++ b/eclass/php5_0-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.3 2005/09/18 12:57:22 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.4 2005/09/25 15:21:22 kloeri Exp $
#
# ########################################################################
#
@@ -46,6 +46,12 @@ DEPEND="${DEPEND}
!dev-php/php
!dev-php/php-cgi
!dev-php/mod_php
+ >=sys-devel/m4-1.4.3
+ >=sys-devel/libtool-1.5.18
+ >=sys-devel/automake-1.9.6
+ sys-devel/automake-wrapper
+ >=sys-devel/autoconf-2.59
+ sys-devel/autoconf-wrapper
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( dev-db/cdb )
@@ -207,7 +213,7 @@ php5_0-sapi_check_awkward_uses() {
confutils_use_depend_all "solid" "odbc"
# PEAR support
- confutils_use_depend_all "pear" "cli" "pcre" "xml2"
+ confutils_use_depend_all "pear" "cli" "pcre" "xml2" "zlib"
# QDBM doesn't play nicely with GDBM
confutils_use_conflict "qdbm" "gdbm"