summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-14 15:01:09 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-14 15:01:09 +0000
commit996fc39d4f48e409e558dae369edc52891ff14ae (patch)
treef8cd6331fa4eb1fa17c951f230a73708eb8a8bf7 /profiles
parentI added some recommended USE flags from the php team for dev-lang/php per bug... (diff)
downloadgentoo-2-996fc39d4f48e409e558dae369edc52891ff14ae.tar.gz
gentoo-2-996fc39d4f48e409e558dae369edc52891ff14ae.tar.bz2
gentoo-2-996fc39d4f48e409e558dae369edc52891ff14ae.zip
I added some recommended USE flags from the php team for dev-lang/php per bug #120088 and to bring this inline with what was used fo the 2006.0 release. This is being done here to keep from breaking non default-linux profiles.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/amd64/2006.0/make.defaults5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults
index f41e56e88940..2361b99c611f 100644
--- a/profiles/default-linux/amd64/2006.0/make.defaults
+++ b/profiles/default-linux/amd64/2006.0/make.defaults
@@ -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/profiles/default-linux/amd64/2006.0/make.defaults,v 1.10 2006/03/10 15:24:29 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.11 2006/03/14 15:01:09 wolf31o2 Exp $
FEATURES="sandbox autoconfig"
@@ -32,3 +32,6 @@ SYMLINK_LIB="yes"
# Switch to nptl, but no nptlonly yet.
USE="nptl -nptlonly"
+
+# These are added to make dev-lang/php behave properly. See bug #120088
+USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib"