diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-03-19 18:52:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-03-19 19:01:08 +0100 |
commit | 18a132dcc5b65cd6e03aae29370d00cb303576ee (patch) | |
tree | 4a008d6c95b07d1b48c87f493c39f2c26de40b33 /app-editors | |
parent | app-editors/emacs: Fix temacs wrapper. (diff) | |
download | gentoo-18a132dcc5b65cd6e03aae29370d00cb303576ee.tar.gz gentoo-18a132dcc5b65cd6e03aae29370d00cb303576ee.tar.bz2 gentoo-18a132dcc5b65cd6e03aae29370d00cb303576ee.zip |
app-editors/emacs-vcs: Fix temacs wrapper.
Disable the sandbox already when "env" is executed, so that the execvp
executing temacs will be the regular one from libc.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors')
4 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild index 94fd9a28c83d..54cf4579f32c 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild @@ -272,7 +272,7 @@ src_configure() { src_compile() { # Disable sandbox when dumping. For the unbelievers, see bug #131505 - emake RUN_TEMACS="env SANDBOX_ON=0 LD_PRELOAD= ./temacs" + emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } src_install () { diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild index 94fd9a28c83d..54cf4579f32c 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild @@ -272,7 +272,7 @@ src_configure() { src_compile() { # Disable sandbox when dumping. For the unbelievers, see bug #131505 - emake RUN_TEMACS="env SANDBOX_ON=0 LD_PRELOAD= ./temacs" + emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } src_install () { diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild index 94fd9a28c83d..54cf4579f32c 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild @@ -272,7 +272,7 @@ src_configure() { src_compile() { # Disable sandbox when dumping. For the unbelievers, see bug #131505 - emake RUN_TEMACS="env SANDBOX_ON=0 LD_PRELOAD= ./temacs" + emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } src_install () { diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild index 30c00f9c66d6..9ad77b5ed1f3 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -272,7 +272,7 @@ src_configure() { src_compile() { # Disable sandbox when dumping. For the unbelievers, see bug #131505 - emake RUN_TEMACS="env SANDBOX_ON=0 LD_PRELOAD= ./temacs" + emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs" } src_install () { |