commit: 5d11b2898eb984ab1c1986beb512fc54d2b18107 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 18:10:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 18:10:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5d11b289
bootstap-prefix.sh: disable sanitize on GCC Avoids needing libcrypt early on. Closes: https://bugs.gentoo.org/817974 Signed-off-by: Sam James <sam <AT> gentoo.org> scripts/bootstrap-prefix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index aaff67bfe4..570ca048a7 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1609,6 +1609,7 @@ do_emerge_pkgs() { -python -qmanifest -qtegrity -readline + -sanitize bootstrap clang internal-glib
