Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/
Date: Fri, 27 May 2016 10:54:09
Message-Id: 1464270941.20607806e796c35f2e44c2cdba59f313abd41ef4.heroxbd@gentoo
1 commit: 20607806e796c35f2e44c2cdba59f313abd41ef4
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 02:46:25 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 13:55:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=20607806
7
8 scripts/bootstrap-prefix.sh: disable sandbox.
9
10 scripts/bootstrap-prefix.sh | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 88f24f3..63451ce 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -223,6 +223,8 @@ bootstrap_setup() {
18 echo 'CXXFLAGS="${CFLAGS}"'
19 echo "MAKEOPTS=\"${MAKEOPTS}\""
20 echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
21 + rapx "# sandbox does not work well on Prefix, bug 490246"
22 + rapx 'FEATURES="-usersandbox -sandbox"'
23 if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
24 echo
25 echo "# This disables /usr-split, removing this will break"