diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-11 18:24:44 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-11 18:24:44 +0000 |
commit | 4aadca04ac19fa38e21bb3614e35d06ba3efad9d (patch) | |
tree | ab05a344c23802ac5c75afd80dc08c6a6b610833 /eclass | |
parent | Stable on ppc64 (bug #98348) (diff) | |
download | gentoo-2-4aadca04ac19fa38e21bb3614e35d06ba3efad9d.tar.gz gentoo-2-4aadca04ac19fa38e21bb3614e35d06ba3efad9d.tar.bz2 gentoo-2-4aadca04ac19fa38e21bb3614e35d06ba3efad9d.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.eclass | 7 |
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" |