diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:49:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:49:22 +0000 |
commit | c5b6cc68c50728315ac2251fea86bf4e22f01478 (patch) | |
tree | f09fdb4641cfcaa6d131eaaafa4f429b9d281461 /profiles | |
parent | pam-login merged into shadow (diff) | |
download | gentoo-2-c5b6cc68c50728315ac2251fea86bf4e22f01478.tar.gz gentoo-2-c5b6cc68c50728315ac2251fea86bf4e22f01478.tar.bz2 gentoo-2-c5b6cc68c50728315ac2251fea86bf4e22f01478.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/x86/2006.0/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-linux/x86/2006.0/make.defaults b/profiles/default-linux/x86/2006.0/make.defaults index 8737d0d0ba98..105b5a4c45e4 100644 --- a/profiles/default-linux/x86/2006.0/make.defaults +++ b/profiles/default-linux/x86/2006.0/make.defaults @@ -1,9 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v 1.6 2006/01/31 23:03:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v 1.7 2006/03/14 14:49:22 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. #STAGE1_USE="nptl" USE="alsa apache2 apm arts avi cups eds emboss encode esd foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg opengl oss pdflib png qt quicktime sdl spell truetype udev vorbis X xml xmms xv" + +# 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" |