Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 07 Jul 2016 02:41:32
Message-Id: 1467859257.fad549e3409daad1e30fcdc3653b58c31fc9d951.heroxbd@gentoo
1 commit: fad549e3409daad1e30fcdc3653b58c31fc9d951
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 01:41:56 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 02:40:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fad549e3
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 fda71fb..0fadb13 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -227,6 +227,8 @@ bootstrap_setup() {
18 echo 'CXXFLAGS="${CFLAGS}"'
19 echo "MAKEOPTS=\"${MAKEOPTS}\""
20 echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
21 + echo "# sandbox does not work well on Prefix, bug 490246"
22 + echo 'FEATURES="-usersandbox -sandbox"'
23 if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
24 echo
25 echo "# This disables /usr-split, removing this will break"