summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2014-07-17 21:22:55 +0000
committerMagnus Granberg <zorry@gentoo.org>2014-07-17 21:22:55 +0000
commite55350cc7b43d7cbb3453ef59d7c4bce3097359d (patch)
tree49e5ddceeb7985e407b8158edc69ef2dcbe06d31 /profiles
parentClean up variables, patch. (diff)
downloadhistorical-e55350cc7b43d7cbb3453ef59d7c4bce3097359d.tar.gz
historical-e55350cc7b43d7cbb3453ef59d7c4bce3097359d.tar.bz2
historical-e55350cc7b43d7cbb3453ef59d7c4bce3097359d.zip
Don't use pic on no-multlib amd64 profile (hardened)
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/ChangeLog7
-rw-r--r--profiles/hardened/linux/amd64/no-multilib/make.defaults5
-rw-r--r--profiles/hardened/linux/amd64/no-multilib/package.use7
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