blob: 8eeb44b948c8c9929275cc548096d4b47a1c6aea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/2006.1/make.defaults,v 1.1 2006/10/08 18:37:25 pebenito Exp $
ABI=amd64
# Catalyst specific settings:
# This will be commented and replaced with just STAGE1_USE="unicode" if we do
# not end up with a stable glibc 2.4 by 2006.1's release.
STAGE1_USE="nptl nptlonly unicode"
# General 2006.1 profile settings
USE="berkdb crypt ipv6 ncurses nls nptl nptlonly pam python readline ssl tcpd udev zlib"
|