diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 06:00:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 06:00:16 +0000 |
commit | a545b9645d1ab0fa28c21e18cdb719d7c4c9dfbe (patch) | |
tree | 91396f1ad0d36e204cc51ec75538c69b80c809c1 /profiles | |
parent | initial import as per bug #73301 (diff) | |
download | gentoo-2-a545b9645d1ab0fa28c21e18cdb719d7c4c9dfbe.tar.gz gentoo-2-a545b9645d1ab0fa28c21e18cdb719d7c4c9dfbe.tar.bz2 gentoo-2-a545b9645d1ab0fa28c21e18cdb719d7c4c9dfbe.zip |
Added STAGE1_USE=pam to resolve bug #113298 on amd64.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 5 |
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 31e1fd536730..7266989c6730 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.5 2006/01/16 20:55:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.6 2006/01/22 06:00:16 wolf31o2 Exp $ FEATURES="sandbox autoconfig" @@ -32,3 +32,6 @@ SYMLINK_LIB="yes" # Switch to nptl, but no nptlonly yet. USE="nptl -nptlonly" + +# This is added due to bug #113298 +SATGE1_USE="pam" |