Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/aix: make.defaults
Date: Tue, 30 Jun 2009 16:35:02
Message-Id: E1MLgIM-00026I-VB@stork.gentoo.org
1 darkside 09/06/30 16:34:58
2
3 Modified: make.defaults
4 Log:
5 Mark FEATURES=-sandbox globally because it fails to work reliably on any Gentoo Prefix platform.
6
7 Revision Changes Path
8 1.2 profiles/prefix/aix/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/make.defaults?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/make.defaults?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/make.defaults?r1=1.1&r2=1.2
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- make.defaults 6 Jun 2009 03:54:34 -0000 1.1
21 +++ make.defaults 30 Jun 2009 16:34:58 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.1 2009/06/06 03:54:34 solar Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.2 2009/06/30 16:34:58 darkside Exp $
27
28 # System-wide defaults for all AIX profiles
29 # This file should rarely need to be changed
30 @@ -9,5 +9,5 @@
31 ELIBC="AIX"
32 KERNEL="AIX"
33
34 -# Sandbox is not ported to AIX yet, no scanelf
35 -FEATURES="-sandbox nostrip"
36 +# no scanelf
37 +FEATURES="nostrip"