Skip to content

Commit

Permalink
app-editors/emacs-vcs: Disable the sandbox entirely.
Browse files Browse the repository at this point in the history
In addition to SANDBOX_ON=0, unset LD_PRELOAD.
Sync from app-editors/emacs.

Bug: https://bugs.gentoo.org/647238
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
ulm committed Feb 11, 2018
1 parent 0b08004 commit 4c2e8ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ src_configure() {
}

src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
emake
# Disable the sandbox. For the unbelievers, see bug #131505
SANDBOX_ON=0 LD_PRELOAD="" emake
}

src_install () {
Expand Down
4 changes: 2 additions & 2 deletions app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ src_configure() {
}

src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
emake
# Disable the sandbox. For the unbelievers, see bug #131505
SANDBOX_ON=0 LD_PRELOAD="" emake
}

src_install () {
Expand Down
4 changes: 2 additions & 2 deletions app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ src_configure() {
}

src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
emake
# Disable the sandbox. For the unbelievers, see bug #131505
SANDBOX_ON=0 LD_PRELOAD="" emake
}

src_install () {
Expand Down
4 changes: 2 additions & 2 deletions app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ src_configure() {
}

src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
emake
# Disable the sandbox. For the unbelievers, see bug #131505
SANDBOX_ON=0 LD_PRELOAD="" emake
}

src_install () {
Expand Down

0 comments on commit 4c2e8ee

Please sign in to comment.