commit: e5f7656300f63adf55526d7b4a7875982930970f Author: alfr <alfr0451 <AT> protonmail <DOT> com> AuthorDate: Thu Jul 27 05:49:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 27 06:09:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f76563
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 <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lisp/ecls/ecls-21.2.1-r4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }
