commit:     fad549e3409daad1e30fcdc3653b58c31fc9d951
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 01:41:56 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 02:40:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fad549e3

scripts/bootstrap-prefix.sh: disable sandbox.

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index fda71fb..0fadb13 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -227,6 +227,8 @@ bootstrap_setup() {
                        echo 'CXXFLAGS="${CFLAGS}"'
                        echo "MAKEOPTS=\"${MAKEOPTS}\""
                        echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
+                       echo "# sandbox does not work well on Prefix, bug 
490246"
+                       echo 'FEATURES="-usersandbox -sandbox"'
                        if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
                                echo
                                echo "# This disables /usr-split, removing this 
will break"

Reply via email to