diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 05:50:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 05:50:09 +0000 |
commit | d757527ea72bf601e8ea73bac88356b92e0fd93d (patch) | |
tree | ecd87e4b75467a2771c3606edb61b099587b31d9 | |
parent | Fix dependencies and configure options to resolve bug #109658 (diff) | |
download | gentoo-2-d757527ea72bf601e8ea73bac88356b92e0fd93d.tar.gz gentoo-2-d757527ea72bf601e8ea73bac88356b92e0fd93d.tar.bz2 gentoo-2-d757527ea72bf601e8ea73bac88356b92e0fd93d.zip |
Added USE=pam for bug #113298.
-rw-r--r-- | profiles/default-linux/x86/2006.0/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/default-linux/x86/2006.0/make.defaults b/profiles/default-linux/x86/2006.0/make.defaults index f70d26ff85a6..5ed943447b57 100644 --- a/profiles/default-linux/x86/2006.0/make.defaults +++ b/profiles/default-linux/x86/2006.0/make.defaults @@ -1,9 +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/2006.0/make.defaults,v 1.1 2006/01/18 21:19:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v 1.2 2006/01/22 05:50:09 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. -#STAGE1_USE="nptl" +#STAGE1_USE="nptl pam" +STAGE1_USE="pam" USE="alsa apache2 apm arts avi bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg oggvorbis opengl oss pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv" |