summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-02-11 12:22:19 +0100
committerUlrich Müller <ulm@gentoo.org>2018-02-11 12:22:49 +0100
commit4c2e8ee475030ff647316549be255a7a818ada0d (patch)
treec0f4201dc6325ea2c28d754e4c2a3b70b7243756 /app-editors
parentapp-editors/emacs: Disable the sandbox entirely. (diff)
downloadgentoo-4c2e8ee475030ff647316549be255a7a818ada0d.tar.gz
gentoo-4c2e8ee475030ff647316549be255a7a818ada0d.tar.bz2
gentoo-4c2e8ee475030ff647316549be255a7a818ada0d.zip
app-editors/emacs-vcs: Disable the sandbox entirely.
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
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild4
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild4
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild4
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild4
4 files changed, 8 insertions, 8 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 9b3b94117f6c..7aa4dd5eab52 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
@@ -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 () {
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 9b3b94117f6c..7aa4dd5eab52 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
@@ -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 () {
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 9b3b94117f6c..7aa4dd5eab52 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
@@ -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 () {
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 daf96012079b..e45d3a68bbe7 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
@@ -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 () {