diff options
author | Magnus Granberg <zorry@gentoo.org> | 2011-03-06 00:49:58 +0000 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2011-03-06 00:49:58 +0000 |
commit | bb28d08f1cf8cf16f6e57929a8de6b7c85bbe714 (patch) | |
tree | 707634ae33aa1d2bb979d690a4c696d05e6c71c9 /profiles/hardened | |
parent | arm stable (bug 355713) (diff) | |
download | gentoo-2-bb28d08f1cf8cf16f6e57929a8de6b7c85bbe714.tar.gz gentoo-2-bb28d08f1cf8cf16f6e57929a8de6b7c85bbe714.tar.bz2 gentoo-2-bb28d08f1cf8cf16f6e57929a8de6b7c85bbe714.zip |
remove the pic flag from hardened amd64 profile
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/amd64/make.defaults | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/package.use | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults index e1024b229acd..d3d61f66db0b 100644 --- a/profiles/hardened/linux/amd64/make.defaults +++ b/profiles/hardened/linux/amd64/make.defaults @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.4 2011/02/13 18:09:39 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.5 2011/03/06 00:49:58 zorry Exp $ -USE="justify" +USE="justify -pic" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" # STAGE1_USE does not stack -STAGE1_USE="hardened multilib nptl nptlonly pic" +STAGE1_USE="hardened multilib nptl nptlonly" diff --git a/profiles/hardened/linux/amd64/package.use b/profiles/hardened/linux/amd64/package.use new file mode 100644 index 000000000000..4dcaad17bae0 --- /dev/null +++ b/profiles/hardened/linux/amd64/package.use @@ -0,0 +1,12 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use,v 1.1 2011/03/06 00:49:58 zorry Exp $ + +# Magnus Granberg <zorry@gentoo.org> (06 Mar 2011) +# We will have pic enable on older package but not +# new one. This will be removed when newer get +# stable and older package is not in portage tree +# any longer. Tracker bug #348050 +<media-libs/mesa-7.10.1 pic +<media-libs/xvid-1.3.0 pic +<dev-lang/php-5.3.5-r1 pic |