commit:     20607806e796c35f2e44c2cdba59f313abd41ef4
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 02:46:25 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu May 26 13:55:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=20607806

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 88f24f3..63451ce 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -223,6 +223,8 @@ bootstrap_setup() {
                        echo 'CXXFLAGS="${CFLAGS}"'
                        echo "MAKEOPTS=\"${MAKEOPTS}\""
                        echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
+                       rapx "# sandbox does not work well on Prefix, bug 
490246"
+                       rapx 'FEATURES="-usersandbox -sandbox"'
                        if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
                                echo
                                echo "# This disables /usr-split, removing this 
will break"

Reply via email to