summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-11 18:24:44 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-11 18:24:44 +0000
commit49327cace480176ae9c11a2e04673314bd83fe67 (patch)
tree91cc35eac1fe8b8553cd0b1ba1323066fe5b4e4f /eclass
parentStable on ppc64 (bug #98348) (diff)
downloadhistorical-49327cace480176ae9c11a2e04673314bd83fe67.tar.gz
historical-49327cace480176ae9c11a2e04673314bd83fe67.tar.bz2
historical-49327cace480176ae9c11a2e04673314bd83fe67.zip
Do not build --with-crack per default. If you need cracklib support, please emerge dev-php/PECL-crack.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-sapi.eclass7
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 4897e066d05e..29d0127d05a3 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-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/php-sapi.eclass,v 1.78 2005/07/11 18:07:35 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.79 2005/07/11 18:24:44 sebastian Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic multilib libtool
@@ -73,7 +73,6 @@ RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1*
# 2004/03/28 - stuart - added dependency on the php manual snapshot
RDEPEND="${RDEPEND}
- >=sys-libs/cracklib-2.7-r8
app-arch/bzip2
X? ( virtual/x11 )
crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 )
@@ -319,7 +318,7 @@ php-sapi_src_compile() {
myconf="${myconf} `use_with gmp`"
myconf="${myconf} `use_with mssql mssql /usr`"
- myconf="${myconf} --without-pdflib"
+ myconf="${myconf} --without-crack --without-pdflib"
# This chunk is intended for png/tiff/jpg, as there are several things that need them, indepentandly!
REQUIREPNG=
@@ -435,8 +434,6 @@ php-sapi_src_compile() {
# heart so desired
# DEPEND - app-arch/bzip2
myconf="${myconf} --with-bz2=/usr"
- # DEPEND - sys-libs/cracklib
- myconf="${myconf} --with-crack=/usr"
# DEPEND - nothing
myconf="${myconf} --with-cdb"