diff options
author | alfr <alfr0451@protonmail.com> | 2023-07-27 07:49:30 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-27 07:09:57 +0100 |
commit | e5f7656300f63adf55526d7b4a7875982930970f (patch) | |
tree | 367f2dc725de29f5584e24ff8d1cdc4ac09883e5 /dev-lisp | |
parent | dev-lisp/asdf: fix install for USE=doc (diff) | |
download | gentoo-e5f7656300f63adf55526d7b4a7875982930970f.tar.gz gentoo-e5f7656300f63adf55526d7b4a7875982930970f.tar.bz2 gentoo-e5f7656300f63adf55526d7b4a7875982930970f.zip |
dev-lisp/ecls: sandbox build fix
[sam: The clear_refs access is coming from boehm.]
Closes: https://bugs.gentoo.org/867052
Signed-off-by: alfr <alfr0451@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls/ecls-21.2.1-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lisp/ecls/ecls-21.2.1-r4.ebuild b/dev-lisp/ecls/ecls-21.2.1-r4.ebuild index 7e9d58759ffb..9a65ec277840 100644 --- a/dev-lisp/ecls/ecls-21.2.1-r4.ebuild +++ b/dev-lisp/ecls/ecls-21.2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -69,6 +69,9 @@ src_compile() { touch build/TAGS fi + ## for /proc/self/clear_refs (see #867052) + addpredict /proc + emake } |