diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-12 19:18:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-12 19:18:10 +0000 |
commit | b0f7c88a90c605e576d42f6fa1dc64adc34b8760 (patch) | |
tree | a6d84a39b9b70d43217211259d15c66b4c052905 /profiles/hardened/x86 | |
parent | Remove the ebuild for 3.0-beta1. (diff) | |
download | gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.tar.gz gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.tar.bz2 gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.zip |
punt FEATURES=autoconfig from all profiles
Diffstat (limited to 'profiles/hardened/x86')
-rw-r--r-- | profiles/hardened/x86/minimal/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/x86/minimal/make.defaults b/profiles/hardened/x86/minimal/make.defaults index 9a0ed8f4c7c6..c81b3da7efcd 100644 --- a/profiles/hardened/x86/minimal/make.defaults +++ b/profiles/hardened/x86/minimal/make.defaults @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/minimal/make.defaults,v 1.1 2009/03/24 17:29:22 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/minimal/make.defaults,v 1.2 2010/12/12 19:18:10 vapier Exp $ # - TESTING PROFILE - TESTING PROFILE - # ------ USE AT YOUR OWN RISK ------ @@ -13,5 +13,5 @@ PKGDIR=${PORTDIR}/packages/${ARCH}/ CFLAGS="-Os -pipe" CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" +FEATURES="sandbox sfperms strict nodoc noinfo noman" |