I added some recommended USE flags from the php team for dev-lang/php per bug #120088...
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 14 Mar 2006 17:00:29 +0000 (17:00 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 14 Mar 2006 17:00:29 +0000 (17:00 +0000)
profiles/default-linux/alpha/no-nptl/make.defaults
profiles/default-linux/x86/no-nptl/make.defaults

index 30786033eb8c0efe265f4c7ff770d5e54f5df709..fe42287349b6668c793b893407fc2355d7578c05 100644 (file)
@@ -1,7 +1,10 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/no-nptl/make.defaults,v 1.4 2006/01/31 22:38:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/no-nptl/make.defaults,v 1.5 2006/03/14 17:00:29 wolf31o2 Exp $
 
 STAGE1_USE="-nptl"
 
 USE="alsa apache2 arts avi bitmap-fonts cups eds encode esd fortran 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 truetype-fonts type1-fonts 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"
index 4a0cfda9444107fdb7b7c17976d75db73cc5e12a..81f421210ef94d84ba18c1771a556258007d8d7b 100644 (file)
@@ -1,7 +1,10 @@
 # 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/no-nptl/make.defaults,v 1.4 2006/01/31 22:51:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/no-nptl/make.defaults,v 1.5 2006/03/14 16:59:50 wolf31o2 Exp $
 
 STAGE1_USE="-nptl"
 
 USE="alsa apm arts avi bitmap-fonts cups eds emboss encode fortran 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 truetype-fonts type1-fonts 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"