diff options
author | Magnus Granberg <zorry@gentoo.org> | 2014-07-17 21:22:55 +0000 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2014-07-17 21:22:55 +0000 |
commit | 2bcb1a2c176fd49135dc02fa8a0dad3bcf6f31c0 (patch) | |
tree | 3115340373a8984b0d86059e97c2023009cecb10 /profiles | |
parent | Clean up variables, patch. (diff) | |
download | gentoo-2-2bcb1a2c176fd49135dc02fa8a0dad3bcf6f31c0.tar.gz gentoo-2-2bcb1a2c176fd49135dc02fa8a0dad3bcf6f31c0.tar.bz2 gentoo-2-2bcb1a2c176fd49135dc02fa8a0dad3bcf6f31c0.zip |
Don't use pic on no-multlib amd64 profile (hardened)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/no-multilib/make.defaults | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/no-multilib/package.use | 7 |
3 files changed, 17 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index b03a9d857bc6..6fe67eec0e88 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.59 2014/07/15 14:36:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.60 2014/07/17 21:22:55 zorry Exp $ + + 17 Jul 2014; Magnus Granberg <zorry@gentoo.org> + linux/amd64/no-multilib/make.defaults, + +linux/amd64/no-multilib/package.use: + Set -pic as we don't need it as we don't use x86 15 Jul 2014; Anthony G. Basile <blueness@gentoo.org> +linux/uclibc/ppc/package.mask: diff --git a/profiles/hardened/linux/amd64/no-multilib/make.defaults b/profiles/hardened/linux/amd64/no-multilib/make.defaults index 49d1166fd606..f8f44b9f0c58 100644 --- a/profiles/hardened/linux/amd64/no-multilib/make.defaults +++ b/profiles/hardened/linux/amd64/no-multilib/make.defaults @@ -1,6 +1,9 @@ # 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/no-multilib/make.defaults,v 1.3 2013/05/16 19:29:27 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/make.defaults,v 1.4 2014/07/17 21:22:55 zorry Exp $ + +# We don't need to have pic on +USE="-pic" ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use b/profiles/hardened/linux/amd64/no-multilib/package.use new file mode 100644 index 000000000000..17a463fc3478 --- /dev/null +++ b/profiles/hardened/linux/amd64/no-multilib/package.use @@ -0,0 +1,7 @@ +# 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/no-multilib/package.use,v 1.1 2014/07/17 21:22:55 zorry Exp $ + +# Magnus Grenberg <zorry@gentoo.org> (17 Mar 2011) +# Bug 358929 the pic flag need to be on don't know way. +app-emulation/open-vm-tools pic |